Act.WordAddin ActWordRibbon () |
n/a
|
public class Act.WordAddin.ActWordRibbon
|
--> NONE <--
|
- Constructor: public ActWordRibbon ()
- Event: public event EventHandler Close
- Event: public event EventHandler Disposed
- Event: public event RibbonUIEventHandler Load
- Event: public event RibbonLoadImageEventHandler LoadImage
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Localized ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method (i): public void PerformDynamicLayout ()
- Method (i): public void PerformLayout ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Property: OfficeRibbon Base { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: IContainer Container { public get; }
- Property: object Context { public get; }
- Property: protected bool DesignMode { }
- Property: protected EventHandlerList Events { }
- Property: RibbonFactory Factory { public get; }
- Property: bool Global { public get; public set; }
- Property: string Name { public get; public set; }
- Property: RibbonOfficeMenu OfficeMenu { public get; }
- Property: RibbonComponent Parent { public get; }
- Property: string RibbonId { public get; }
- Property: string RibbonType { public get; public set; }
- Property: IRibbonUI RibbonUI { public get; }
- Property: virtual ISite Site { public get; public set; }
- Property: bool StartFromScratch { public get; public set; }
- Property: IList`1 Tabs { public get; }
- Property: object Tag { public get; public set; }
|
Act.WordAddin ApplicationBootStrap () |
n/a
|
public class Act.WordAddin.ApplicationBootStrap
|
--> NONE <--
|
- Constructor: public ApplicationBootStrap (Application application)
- Field: public static CancellationToken CancellationToken
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static string GetActInstallPath (ServiceProviderType serviceProviderType)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public bool IsAutoSaveEvent ()
- Method (i): protected object MemberwiseClone ()
- Method: public Task`1 PrepareApi (TaskScheduler scheduler, Dispatcher dispatcher)
- Method (i): public virtual string ToString ()
- Nested Type: public sealed enum ServiceProviderType
                    Windows = 0,                     Web = 1
- Property: bool Connected { public get; public set; }
|
Act.WordAddin Constants () |
n/a
|
public class Act.WordAddin.Constants
|
--> NONE <--
|
- Constructor: public Constants ()
- Field: public static const string DOCVARIABLE_InsertedFieldPrefix, Value = [ACTFIELD]
- Field: public static const string DOCVARIABLE_TABLEPREFIX, Value = TBL_CONTACT
- Field: public static const string FIELDDISPLAYEND, Value = >
- Field: public static const string FIELDDISPLAYSTART, Value = <
- Field: public static const string MYRECORD_FIELD_PREFIX, Value = MY:
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin DocumentSupport () |
n/a
|
public class Act.WordAddin.DocumentSupport
|
--> NONE <--
|
- Constructor: public DocumentSupport (Application application)
- Method: public void ClearWordVar (Document doc, string varName)
- Method: public string ConvertToHtml (string filename)
- Method: public string CopyExistingDocumentToTemp ()
- Method: public void DeleteWordVar (Document doc, string varName)
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public string GetActDocumentId (Document doc)
- Method (i): public virtual int GetHashCode ()
- Method: public int GetPageCount (Document wordDocument)
- Method (i): public Type GetType ()
- Method: public bool IsActQuoteDocument (Document document)
- Method: public bool IsActTemplate (Document document)
- Method: public bool IsNewActDocument (Document document)
- Method: public bool IsNewActTemplate (Document document)
- Method (i): protected object MemberwiseClone ()
- Method: public void PrintDocument (Document document, object background, object range, object copies, object pages, object pagetype, object printToFile, object colate, object printZoom)
- Method: public void PrintWordDocument (Document document)
- Method: protected void ReleaseComObject (object o)
- Method: public bool RemoveTempFile (string newFilePath)
- Method (i): public virtual string ToString ()
- Property: string ActivePrinter { public get; public set; }
- Property: WordBasic WordBasic { public get; }
|
Act.WordAddin OutlookSupport () |
n/a
|
public class Act.WordAddin.OutlookSupport
|
--> NONE <--
|
- Constructor: public OutlookSupport ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public bool SendEmail (string recipients, string subject, string body, string[] attachments)
- Method (i): public virtual string ToString ()
|
Act.WordAddin ServiceCollection () |
n/a
|
public class Act.WordAddin.ServiceCollection
|
--> NONE <--
|
- Method: public void DisconnectApplication ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public T Get ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public bool IsConfigurationSetup ()
- Method (i): protected object MemberwiseClone ()
- Method: public T RegisterInstance (T instance)
- Method: public void RegisterInstance (Type type, object instance)
- Method: public bool ServiceExists ()
- Method: public static void Startup (ActWebApiConfiguration configuration)
- Method (i): public virtual string ToString ()
- Property: Application Application { public get; }
- Property: ActWebApiConfiguration Configuration { public get; public set; }
- Property: static ServiceCollection Current { public get; }
- Property: ILogSupport Logger { public get; }
|
Act.WordAddin ThisAddIn () |
n/a
|
public sealed class Act.WordAddin.ThisAddIn
|
--> NONE <--
|
- Constructor: public ThisAddIn (ApplicationFactory factory, IServiceProvider serviceProvider)
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler Shutdown
- Event: public event EventHandler Startup
- Method (i): public virtual void BeginInit ()
- Method (i): protected virtual IRibbonExtensibility CreateRibbonExtensibilityObject ()
- Method (i): protected virtual IRibbonExtension[] CreateRibbonObjects ()
- Method (i): public virtual void Dispose ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: protected override void FinishInitialization ()
- Method (i): public virtual int GetHashCode ()
- Method (i): protected T GetHostItem (Type type, string cookie)
- Method (i): public Type GetType ()
- Method: protected override void Initialize ()
- Method: protected override void InitializeDataBindings ()
- Method (i): protected object MemberwiseClone ()
- Method: protected override void OnShutdown ()
- Method (i): protected virtual void OnStartup ()
- Method (i): protected virtual object RequestComAddInAutomationService ()
- Method (i): protected virtual object RequestService (Guid serviceGuid)
- Method (i): public virtual string ToString ()
- Property: AddIn Base { public get; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: ApplicationBootStrap BootStrap { public get; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: ICachedDataProvider DataHost { public get; }
- Property: IServiceProvider HostContext { public get; }
- Property: IHostItemProvider ItemProvider { public get; }
- Property: virtual ISite Site { public get; public set; }
- Property: object Tag { public get; public set; }
|
Act.WordAddin WordBasic () |
n/a
|
public class Act.WordAddin.WordBasic
|
--> NONE <--
|
- Constructor: public WordBasic (Application wordApplication)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetActivePrinter (string printer)
- Method (i): public virtual string ToString ()
|
Act.WordAddin WordPrintSupport () |
n/a
|
public class Act.WordAddin.WordPrintSupport
|
--> NONE <--
|
- Constructor: public WordPrintSupport ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public int GetPageCount (Document doc)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void PrintWordDocument (Document doc)
- Method: public void PrintWordDocument (Document doc, object background, object range, object copies, object pages, object pagetype, object printToFile, object colate, object printZoom)
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands AttachmentSupport () |
n/a
|
public class Act.WordAddin.Commands.AttachmentSupport
|
--> NONE <--
|
- Constructor: public AttachmentSupport ()
- Method: public static string CreateAttachDocument (Document document)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public static void RemoveAttachFile (string attachFile)
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands AttachToActCommand () |
n/a
|
public class Act.WordAddin.Commands.AttachToActCommand
|
--> NONE <--
|
- Constructor: public AttachToActCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands CommandBase () |
n/a
|
public class Act.WordAddin.Commands.CommandBase
|
--> NONE <--
|
- Constructor: public CommandBase (Func`2 canInvoke, Action`1 execute)
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object context)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object context)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands CommandBaseAsync () |
n/a
|
public class Act.WordAddin.Commands.CommandBaseAsync
|
--> NONE <--
|
- Constructor: public CommandBaseAsync ()
- Constructor: public CommandBaseAsync (Func`2 canInvoke, Func`2 action)
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void RaiseChanged ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands CommandKeyAttribute () |
n/a
|
public attribute Act.WordAddin.Commands.CommandKeyAttribute
|
--> NONE <--
|
- Constructor: public CommandKeyAttribute (string key)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual bool IsDefaultAttribute ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Key { public get; public set; }
- Property: virtual object TypeId { public get; }
|
Act.WordAddin.Commands ContactProxy () |
n/a
|
public class Act.WordAddin.Commands.ContactProxy
|
--> NONE <--
|
- Constructor: public ContactProxy (Contact contact)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public bool TryGet (string fieldName, out string value)
- Property: string ALTERNATE_PHONE { public get; public set; }
- Property: string ALTERNATE_SUFFIX { public get; public set; }
- Property: string BIRTHDATE { public get; public set; }
- Property: string BUSINESS_CITY { public get; public set; }
- Property: string BUSINESS_COUNTRYNAME { public get; public set; }
- Property: string BUSINESS_EMAIL { public get; public set; }
- Property: string BUSINESS_LINE1 { public get; public set; }
- Property: string BUSINESS_LINE2 { public get; public set; }
- Property: string BUSINESS_LINE3 { public get; public set; }
- Property: string BUSINESS_PHONE { public get; public set; }
- Property: string BUSINESS_POSTALCODE { public get; public set; }
- Property: string BUSINESS_STATE { public get; public set; }
- Property: string BUSINESS_SUFFIX { public get; public set; }
- Property: string CATEGORY { public get; public set; }
- Property: string COMPANYNAME { public get; public set; }
- Property: string CONTACTWEBADDRESS { public get; public set; }
- Property: string DEPARTMENT { public get; public set; }
- Property: string FAX_PHONE { public get; public set; }
- Property: string FAX_SUFFIX { public get; public set; }
- Property: string HOME_CITY { public get; public set; }
- Property: string HOME_COUNTRYNAME { public get; public set; }
- Property: string HOME_LINE1 { public get; public set; }
- Property: string HOME_LINE2 { public get; public set; }
- Property: string HOME_LINE3 { public get; public set; }
- Property: string HOME_PHONE { public get; public set; }
- Property: string HOME_POSTALCODE { public get; public set; }
- Property: string HOME_STATE { public get; public set; }
- Property: string HOME_SUFFIX { public get; public set; }
- Property: string INSTANTMSGID { public get; public set; }
- Property: string JOBTITLE { public get; public set; }
- Property: string LASTRESULTS { public get; public set; }
- Property: string MOBILE_PHONE { public get; public set; }
- Property: string MOBILE_SUFFIX { public get; public set; }
- Property: string NAMEPREFIX { public get; public set; }
- Property: string NAMESUFFIX { public get; public set; }
- Property: string PAGER_PHONE { public get; public set; }
- Property: string PAGER_SUFFIX { public get; public set; }
- Property: string PERSONAL_EMAIL { public get; public set; }
- Property: string REFERREDBY { public get; public set; }
- Property: string SALUTATION { public get; public set; }
|
Act.WordAddin.Commands MergeDocumentCommand () |
n/a
|
public class Act.WordAddin.Commands.MergeDocumentCommand
|
--> NONE <--
|
- Constructor: public MergeDocumentCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public override bool CanExecute (object parameter)
- Method (i): public virtual bool Equals (object obj)
- Method: public override void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public void RaiseChanged ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands PrintAndRecordCommand () |
n/a
|
public class Act.WordAddin.Commands.PrintAndRecordCommand
|
--> NONE <--
|
- Constructor: public PrintAndRecordCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): protected string CreateCopyOfActiveDocument ()
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands RecordToHistoryCommand () |
n/a
|
public class Act.WordAddin.Commands.RecordToHistoryCommand
|
--> NONE <--
|
- Constructor: public RecordToHistoryCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): protected string CreateCopyOfActiveDocument ()
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands RegisteredCommand () |
n/a
|
public class Act.WordAddin.Commands.RegisteredCommand
|
--> NONE <--
|
- Constructor: public RegisteredCommand ()
- Field: public static const string AttachDocument, Value = AttachDocument
- Field: public static const string MergeDocument, Value = MergeDocument
- Field: public static const string PrintAndAttach, Value = PrintAttach
- Field: public static const string RecordToHistory, Value = RecordDocument
- Field: public static const string SendEmail, Value = SendEmail
- Field: public static const string ShowFieldList, Value = ShowFields
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands SendEmailCommand () |
n/a
|
public class Act.WordAddin.Commands.SendEmailCommand
|
--> NONE <--
|
- Constructor: public SendEmailCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands ShowFieldListCommand () |
n/a
|
public class Act.WordAddin.Commands.ShowFieldListCommand
|
--> NONE <--
|
- Constructor: public ShowFieldListCommand ()
- Event: public event EventHandler CanExecuteChanged
- Method: public virtual bool CanExecute (object parameter)
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Execute (object parameter)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Commands WordCommandBase () |
n/a
|
public class Act.WordAddin.Commands.WordCommandBase
|
--> NONE <--
|
- Constructor: public WordCommandBase ()
- Method: protected string CreateCopyOfActiveDocument ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Dialogs AddContactDialog () |
n/a
|
public class Act.WordAddin.Dialogs.AddContactDialog
|
--> NONE <--
|
- Constructor: public AddContactDialog ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: AddContactViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs AddContactViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.AddContactViewModel
|
--> NONE <--
|
- Constructor: public AddContactViewModel (Action`1 closeDialogCallback)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public void Localize ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): public virtual string ToString ()
- Property: string Address2Label { public get; public set; }
- Property: string Address2Text { public get; public set; }
- Property: string AddressLabel { public get; public set; }
- Property: string AddressText { public get; public set; }
- Property: string BusinessExtension { public get; public set; }
- Property: string BusinessPhone { public get; public set; }
- Property: ICommand CancelButtonCommand { public get; public set; }
- Property: string CancelButtonText { public get; public set; }
- Property: string CancelText { public get; public set; }
- Property: string City { public get; public set; }
- Property: string CityLabel { public get; public set; }
- Property: string CityText { public get; public set; }
- Property: string Company { public get; public set; }
- Property: string CompanyLabel { public get; public set; }
- Property: string CompanyText { public get; public set; }
- Property: Contact Contact { public get; public set; }
- Property: string ContactLabel { public get; public set; }
- Property: string ContactText { public get; public set; }
- Property: string Country { public get; public set; }
- Property: string CountryLabel { public get; public set; }
- Property: string CountryText { public get; public set; }
- Property: string CreateButtonText { public get; public set; }
- Property: ICommand CreateContactCommand { public get; public set; }
- Property: string CreateContactSubTitleText { public get; public set; }
- Property: string CreateContactText { public get; public set; }
- Property: string CreateContactTitle { public get; public set; }
- Property: string CreateContactTitleText { public get; public set; }
- Property: string EmailAddress { public get; public set; }
- Property: string EmailLabel { public get; public set; }
- Property: string EmailText { public get; public set; }
- Property: string ExtensionText { public get; public set; }
- Property: string ExtLabel { public get; public set; }
- Property: string FaxLabel { public get; public set; }
- Property: string FaxPhone { public get; public set; }
- Property: string FaxText { public get; public set; }
- Property: string FullName { public get; public set; }
- Property: bool IsPrivate { public get; public set; }
- Property: string IsPrivateText { public get; public set; }
- Property: string JobTitle { public get; public set; }
- Property: string JobTitleText { public get; public set; }
- Property: string Line1 { public get; public set; }
- Property: string Line2 { public get; public set; }
- Property: string Line3 { public get; public set; }
- Property: string MobileLabel { public get; public set; }
- Property: string MobilePhone { public get; public set; }
- Property: string MobileText { public get; public set; }
- Property: string PhoneLabel { public get; public set; }
- Property: string PhoneText { public get; public set; }
- Property: string PostalCode { public get; public set; }
- Property: string PostalCodeText { public get; public set; }
- Property: string PrivateLabel { public get; public set; }
- Property: string State { public get; public set; }
- Property: string StateLabel { public get; public set; }
- Property: string StateText { public get; public set; }
- Property: string TitleLabel { public get; public set; }
- Property: string Website { public get; public set; }
- Property: string WebSiteLabel { public get; public set; }
- Property: string WebsiteText { public get; public set; }
- Property: string ZipCodeLabel { public get; public set; }
|
Act.WordAddin.Dialogs AddHistoryOptionsDialog () |
n/a
|
public class Act.WordAddin.Dialogs.AddHistoryOptionsDialog
|
--> NONE <--
|
- Constructor: public AddHistoryOptionsDialog ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: AddHistoryOptionsViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs AddHistoryOptionsViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.AddHistoryOptionsViewModel
|
--> NONE <--
|
- Constructor: public AddHistoryOptionsViewModel (Action`1 cancelCallback)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): public virtual string ToString ()
- Property: ICommand CancelCommand { public get; public set; }
- Property: string CancelText { public get; public set; }
- Property: ICommand OkCommand { public get; public set; }
- Property: string OkText { public get; public set; }
- Property: string Regarding { public get; public set; }
- Property: string RegardingText { public get; public set; }
- Property: string Title { public get; public set; }
|
Act.WordAddin.Dialogs ContactPickerDialog () |
n/a
|
public class Act.WordAddin.Dialogs.ContactPickerDialog
|
--> NONE <--
|
- Constructor: public ContactPickerDialog ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method: public void FillList ()
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method: public void SetToSingle ()
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: ContactPickerViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs ContactPickerViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.ContactPickerViewModel
|
--> NONE <--
|
- Constructor: public ContactPickerViewModel (Action`1 closeRequestedHandler)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method: public Task`1 AddGroupToSelection (object context)
- Method: public bool CanAddSelectedCommand (object context)
- Method: public bool CanCancelCommand (object context)
- Method: public bool CanDoSearch (object context)
- Method: public bool CanMoveNext (object context)
- Method: public bool CanNewContactCommand (object context)
- Method: public bool CanOkCommand (object context)
- Method: public bool CanRemoveSelectedCommand (object context)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method: public void DoAddSelectedCommand (object context)
- Method: public void DoCancelCommand (object context)
- Method: public void DoNewContactCommand (object context)
- Method: public void DoOkCommand (object context)
- Method: public void DoRemoveSelectedCommand (object context)
- Method: public void EmailRequired ()
- Method (i): public virtual bool Equals (object obj)
- Method: public Task ExecuteSearch (object context)
- Method: public Task ExecuteSearchInternal ()
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): public Type GetType ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): protected object MemberwiseClone ()
- Method: public void MoveNext (object context)
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public virtual string ToString ()
- Method (i): public void VerifyAccess ()
- Property: ICommand AddAllCommand { public get; public set; }
- Property: ICommand AddAllFromGroupCommand { public get; public set; }
- Property: ICommand AddSelectedCommand { public get; public set; }
- Property: string ButtonAddAllText { public get; public set; }
- Property: string ButtonAddText { public get; public set; }
- Property: string ButtonNewContactText { public get; public set; }
- Property: string ButtonRemoveAllText { public get; public set; }
- Property: string ButtonRemoveText { public get; public set; }
- Property: string CancelButtonText { public get; public set; }
- Property: ICommand CancelCommand { public get; public set; }
- Property: string ColumnCompanyText { public get; public set; }
- Property: string ColumnEmailText { public get; public set; }
- Property: string ColumnNameText { public get; public set; }
- Property: Contact Contact { public get; public set; }
- Property: BindingList`1 Contacts { public get; public set; }
- Property: int CurrentPage { public get; public set; }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Dispatcher Dispatcher { public get; }
- Property: SearchBy FieldSearchBy { public get; public set; }
- Property: Func`1 GetContactsCallback { public get; public set; }
- Property: Func`1 GetSelectedItemsCallback { public get; public set; }
- Property: BindingList`1 Groups { public get; public set; }
- Property: string GroupSelectionMessage { public get; public set; }
- Property: bool HasContacts { public get; }
- Property: bool IsBusy { public get; public set; }
- Property: bool IsGroupView { public get; public set; }
- Property: bool IsSealed { public get; }
- Property: bool IsSearchView { public get; public set; }
- Property: string LookForText { public get; public set; }
- Property: ICommand MoveNextCommand { public get; public set; }
- Property: ICommand MovePreviousCommand { public get; public set; }
- Property: ICommand NewContactCommand { public get; public set; }
- Property: string OkButtonText { public get; public set; }
- Property: ICommand OkCommand { public get; public set; }
- Property: int PageCount { public get; public set; }
- Property: Visibility PaneVisibility { public get; public set; }
- Property: string RecordSelectedMessage { public get; public set; }
- Property: ICommand RemoveAllCommand { public get; public set; }
- Property: ICommand RemoveSelectedCommand { public get; public set; }
- Property: string SearchButtonText { public get; public set; }
- Property: string SearchByCompany { public get; public set; }
- Property: string SearchByEmail { public get; public set; }
- Property: string SearchByGroup { public get; public set; }
- Property: string SearchByName { public get; public set; }
- Property: ICommand SearchCommand { public get; public set; }
- Property: string SearchExpression { public get; public set; }
- Property: string SearchText { public get; public set; }
- Property: Contact SelectedContact { public get; public set; }
- Property: BindingList`1 SelectedContacts { public get; public set; }
- Property: GroupItem SelectedGroup { public get; public set; }
- Property: string SelectFromCompany { public get; public set; }
- Property: string SelectFromEmail { public get; public set; }
- Property: string SelectFromGroup { public get; public set; }
- Property: string SelectFromName { public get; public set; }
- Property: string SelectFromText { public get; public set; }
- Property: ContactSelectionMode SelectionMode { public get; public set; }
- Property: bool ShowBusy { public get; public set; }
- Property: string TitleText { public get; public set; }
|
ContactSelectionMode () |
n/a
|
public sealed enum Act.WordAddin.Dialogs.ContactSelectionMode
                    Single = 0,
                    Multiple = 1,
|
--> NONE <--
|
--> NONE <--
|
Act.WordAddin.Dialogs EnumMatchToBooleanConverter () |
n/a
|
public class Act.WordAddin.Dialogs.EnumMatchToBooleanConverter
|
--> NONE <--
|
- Constructor: public EnumMatchToBooleanConverter ()
- Method: public virtual object Convert (object value, Type targetType, object parameter, CultureInfo culture)
- Method: public virtual object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Dialogs FailedToConnectMessageForm () |
n/a
|
public class Act.WordAddin.Dialogs.FailedToConnectMessageForm
|
--> NONE <--
|
- Constructor: public FailedToConnectMessageForm ()
- Event: public event EventHandler Activated
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ClientSizeChanged
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Deactivate
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event EventHandler DpiChangedAfterParent
- Event: public event EventHandler DpiChangedBeforeParent
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event CancelEventHandler HelpButtonClicked
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InputLanguageChangedEventHandler InputLanguageChanged
- Event: public event InputLanguageChangingEventHandler InputLanguageChanging
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler Load
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MaximizedBoundsChanged
- Event: public event EventHandler MaximumSizeChanged
- Event: public event EventHandler MdiChildActivate
- Event: public event EventHandler MenuComplete
- Event: public event EventHandler MenuStart
- Event: public event EventHandler MinimumSizeChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event PreviewKeyDownEventHandler PreviewKeyDown
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler RightToLeftLayoutChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler Shown
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): ProtectedInternal void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void Activate ()
- Method (i): protected void ActivateMdiChild (Form form)
- Method (i): public void AddOwnedForm (Form ownedForm)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- [Obsolete: This method has been deprecated. Use the ApplyAutoScaling method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): protected void ApplyAutoScaling ()
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): protected void CenterToParent ()
- Method (i): protected void CenterToScreen ()
- Method (i): public void Close ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public void DrawToBitmap (Bitmap bitmap, Rectangle targetBounds)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectById (int objectId)
- Method (i): protected AutoSizeMode GetAutoSizeMode ()
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public Control GetChildAtPoint (Point pt, GetChildAtPointSkip skipValue)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual Rectangle GetScaledBounds (Rectangle bounds, SizeF factor, BoundsSpecified specified)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public void LayoutMdi (MdiLayout value)
- Method (i): public int LogicalToDeviceUnits (int value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnClientSizeChanged (EventArgs e)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDeactivate (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiChangedEventArgs e)
- Method (i): protected virtual void OnDpiChangedAfterParent (EventArgs e)
- Method (i): protected virtual void OnDpiChangedBeforeParent (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method (i): protected virtual bool OnGetDpiScaledSize (int deviceDpiOld, int deviceDpiNew, Size desiredSize)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpButtonClicked (CancelEventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInputLanguageChanged (InputLanguageChangedEventArgs e)
- Method (i): protected virtual void OnInputLanguageChanging (InputLanguageChangingEventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLoad (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMaximizedBoundsChanged (EventArgs e)
- Method (i): protected virtual void OnMaximumSizeChanged (EventArgs e)
- Method (i): protected virtual void OnMdiChildActivate (EventArgs e)
- Method (i): protected virtual void OnMenuComplete (EventArgs e)
- Method (i): protected virtual void OnMenuStart (EventArgs e)
- Method (i): protected virtual void OnMinimumSizeChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (PreviewKeyDownEventArgs e)
- Method (i): protected virtual void OnPrint (PaintEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnRightToLeftLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnShown (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformAutoScale ()
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public PreProcessControlState PreProcessControlMessage (Message msg)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual bool ProcessTabKey (bool forward)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public void RemoveOwnedForm (Form ownedForm)
- Method (i): protected virtual void RescaleConstantsForDpi (int deviceDpiOld, int deviceDpiNew)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): ProtectedInternal ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float ratio)
- [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float dx, float dy)
- Method (i): public void Scale (SizeF factor)
- Method (i): public void ScaleBitmapLogicalToDevice (Bitmap logicalBitmap)
- Method (i): protected virtual void ScaleControl (SizeF factor, BoundsSpecified specified)
- Method (i): protected virtual void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): protected void SetAutoSizeMode (AutoSizeMode mode)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): public void SetDesktopBounds (int x, int y, int width, int height)
- Method (i): public void SetDesktopLocation (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): public void Show (IWin32Window owner)
- Method (i): public DialogResult ShowDialog ()
- Method (i): public DialogResult ShowDialog (IWin32Window owner)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected virtual void UpdateDefaultButton ()
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): public bool Validate ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateChildren ()
- Method (i): public virtual bool ValidateChildren (ValidationConstraints validationConstraints)
- Method (i): protected virtual void WndProc (Message m)
- Property: IButtonControl AcceptButton { public get; public set; }
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual Control ActiveControl { public get; public set; }
- Property: Form ActiveMdiChild { public get; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- [Obsolete: This property has been deprecated. Use the AutoScaleMode property instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: bool AutoScale { public get; public set; }
- Property: virtual Size AutoScaleBaseSize { public get; public set; }
- Property: SizeF AutoScaleDimensions { public get; public set; }
- Property: protected SizeF AutoScaleFactor { }
- Property: AutoScaleMode AutoScaleMode { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: AutoSizeMode AutoSizeMode { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: IButtonControl CancelButton { public get; public set; }
- Property: protected virtual bool CanEnableIme { }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: bool ControlBox { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: SizeF CurrentAutoScaleDimensions { public get; }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: Rectangle DesktopBounds { public get; public set; }
- Property: Point DesktopLocation { public get; public set; }
- Property: int DeviceDpi { public get; }
- Property: DialogResult DialogResult { public get; public set; }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: FormBorderStyle FormBorderStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: bool HelpButton { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: Icon Icon { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: protected virtual ImeMode ImeModeBase { }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: bool IsMdiChild { public get; }
- Property: bool IsMdiContainer { public get; public set; }
- Property: bool IsMirrored { public get; }
- Property: bool IsRestrictedWindow { public get; }
- Property: bool KeyPreview { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: MenuStrip MainMenuStrip { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: bool MaximizeBox { public get; public set; }
- Property: protected Rectangle MaximizedBounds { }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: Form[] MdiChildren { public get; }
- Property: Form MdiParent { public get; public set; }
- Property: MainMenu Menu { public get; public set; }
- Property: MainMenu MergedMenu { public get; }
- Property: bool MinimizeBox { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: bool Modal { public get; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Form[] OwnedForms { public get; }
- Property: Form Owner { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Form ParentForm { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: Rectangle RestoreBounds { public get; }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool RightToLeftLayout { public get; public set; }
- Property: protected virtual bool ScaleChildren { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowIcon { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: protected virtual bool ShowWithoutActivation { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: SizeGripStyle SizeGripStyle { public get; public set; }
- Property: FormStartPosition StartPosition { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool TopMost { public get; public set; }
- Property: Color TransparencyKey { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: FormWindowState WindowState { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
Act.WordAddin.Dialogs GroupItem () |
n/a
|
public class Act.WordAddin.Dialogs.GroupItem
|
--> NONE <--
|
- Constructor: public GroupItem ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: string Id { public get; public set; }
- Property: string Name { public get; public set; }
|
Act.WordAddin.Dialogs InvertedBooleanToVisibilityConvertor () |
n/a
|
public class Act.WordAddin.Dialogs.InvertedBooleanToVisibilityConvertor
|
--> NONE <--
|
- Constructor: public InvertedBooleanToVisibilityConvertor ()
- Method: public virtual object Convert (object value, Type targetType, object parameter, CultureInfo culture)
- Method: public virtual object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Dialogs IsUserToImageTypeConverter () |
n/a
|
public class Act.WordAddin.Dialogs.IsUserToImageTypeConverter
|
--> NONE <--
|
- Constructor: public IsUserToImageTypeConverter ()
- Method: public virtual object Convert (object value, Type targetType, object parameter, CultureInfo culture)
- Method: public virtual object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Dialogs NumericTextBox () |
n/a
|
public class Act.WordAddin.Dialogs.NumericTextBox
|
--> NONE <--
|
- Constructor: public NumericTextBox ()
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event RoutedEventHandler SelectionChanged
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler`1 SourceUpdated
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextChangedEventHandler TextChanged
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public void AppendText (string textData)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public void BeginChange ()
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void Clear ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void Copy ()
- Method (i): public void Cut ()
- Method (i): public IDisposable DeclareChangeBlock ()
- Method (i): public void EndChange ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public int GetCharacterIndexFromLineIndex (int lineIndex)
- Method (i): public int GetCharacterIndexFromPoint (Point point, bool snapToText)
- Method (i): public int GetFirstVisibleLineIndex ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public int GetLastVisibleLineIndex ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public int GetLineIndexFromCharacterIndex (int charIndex)
- Method (i): public int GetLineLength (int lineIndex)
- Method (i): public string GetLineText (int lineIndex)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): public int GetNextSpellingErrorCharacterIndex (int charIndex, LogicalDirection direction)
- Method (i): public Rect GetRectFromCharacterIndex (int charIndex)
- Method (i): public Rect GetRectFromCharacterIndex (int charIndex, bool trailingEdge)
- Method (i): public SpellingError GetSpellingError (int charIndex)
- Method (i): public int GetSpellingErrorLength (int charIndex)
- Method (i): public int GetSpellingErrorStart (int charIndex)
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void LineDown ()
- Method (i): public void LineLeft ()
- Method (i): public void LineRight ()
- Method (i): public void LineUp ()
- Method (i): public void LockCurrentUndoUnit ()
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size constraint)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method: protected override void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSelectionChanged (RoutedEventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextChanged (TextChangedEventArgs e)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): public void PageDown ()
- Method (i): public void PageLeft ()
- Method (i): public void PageRight ()
- Method (i): public void PageUp ()
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public void Paste ()
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public bool Redo ()
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public void ScrollToEnd ()
- Method (i): public void ScrollToHome ()
- Method (i): public void ScrollToHorizontalOffset (double offset)
- Method (i): public void ScrollToLine (int lineIndex)
- Method (i): public void ScrollToVerticalOffset (double offset)
- Method (i): public void Select (int start, int length)
- Method (i): public void SelectAll ()
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeText (XamlDesignerSerializationManager manager)
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public bool Undo ()
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: bool AcceptsReturn { public get; public set; }
- Property: bool AcceptsTab { public get; public set; }
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: bool AutoWordSelection { public get; public set; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: bool CanRedo { public get; }
- Property: bool CanUndo { public get; }
- Property: Brush CaretBrush { public get; public set; }
- Property: int CaretIndex { public get; public set; }
- Property: CharacterCasing CharacterCasing { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: double ExtentHeight { public get; }
- Property: double ExtentWidth { public get; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: double HorizontalOffset { public get; }
- Property: ScrollBarVisibility HorizontalScrollBarVisibility { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInactiveSelectionHighlightEnabled { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsReadOnly { public get; public set; }
- Property: bool IsReadOnlyCaretVisible { public get; public set; }
- Property: bool IsSealed { public get; }
- Property: bool IsSelectionActive { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsUndoEnabled { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: int LineCount { public get; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: int MaxLength { public get; public set; }
- Property: int MaxLines { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: int MinLines { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: string SelectedText { public get; public set; }
- Property: Brush SelectionBrush { public get; public set; }
- Property: int SelectionLength { public get; public set; }
- Property: double SelectionOpacity { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: SpellCheck SpellCheck { public get; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: string Text { public get; public set; }
- Property: TextAlignment TextAlignment { public get; public set; }
- Property: TextDecorationCollection TextDecorations { public get; public set; }
- Property: TextWrapping TextWrapping { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: Typography Typography { public get; }
- Property: string Uid { public get; public set; }
- Property: int UndoLimit { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: double VerticalOffset { public get; }
- Property: ScrollBarVisibility VerticalScrollBarVisibility { public get; public set; }
- Property: double ViewportHeight { public get; }
- Property: double ViewportWidth { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
|
Act.WordAddin.Dialogs PasswordForm () |
n/a
|
public class Act.WordAddin.Dialogs.PasswordForm
|
--> NONE <--
|
- Constructor: public PasswordForm ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs PasswordFormViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.PasswordFormViewModel
|
--> NONE <--
|
- Constructor: public PasswordFormViewModel (Action`1 cancelCallback)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method: public bool CanCancel (object context)
- Method: public bool CanOk (object context)
- Method: public void DoCancel (object context)
- Method: public void DoOk (object context)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): public virtual string ToString ()
- Property: ICommand CancelButtonCommand { public get; public set; }
- Property: string CancelButtonText { public get; public set; }
- Property: string Message { public get; public set; }
- Property: ICommand OkButtonCommand { public get; public set; }
- Property: string OkButtonText { public get; public set; }
- Property: string Password { public get; public set; }
- Property: string Title { public get; public set; }
|
Act.WordAddin.Dialogs RecordToHistoryDialog () |
n/a
|
public class Act.WordAddin.Dialogs.RecordToHistoryDialog
|
--> NONE <--
|
- Constructor: public RecordToHistoryDialog ()
- Constructor: public RecordToHistoryDialog (string documentName)
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: RecordToHistoryViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs RecordToHistoryViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.RecordToHistoryViewModel
|
--> NONE <--
|
- Constructor: public RecordToHistoryViewModel (Action`1 closeDialogCallback, string documentName)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): public virtual string ToString ()
- Property: bool AttachFile { public get; public set; }
- Property: string CancelButtonText { public get; public set; }
- Property: ICommand CancelCommand { public get; public set; }
- Property: string CheckAttachDocument { public get; public set; }
- Property: string DocumentPrintedText { public get; public set; }
- Property: bool NoRecord { public get; public set; }
- Property: string OkButtonText { public get; public set; }
- Property: ICommand OkCommand { public get; public set; }
- Property: string OptionNoRecord { public get; public set; }
- Property: string OptionYesRecord { public get; public set; }
- Property: bool Record { public get; public set; }
- Property: string RecordHistoryQuestionText { public get; public set; }
- Property: string RecordHistoryTitleText { public get; public set; }
- Property: string Regarding { public get; public set; }
- Property: string SubTitleRegarding { public get; public set; }
- Property: string Title { public get; public set; }
|
SearchBy () |
n/a
|
public sealed enum Act.WordAddin.Dialogs.SearchBy
                    Name = 0,
                    Email = 1,
                    Company = 2,
                    Group = 3,
|
--> NONE <--
|
--> NONE <--
|
Act.WordAddin.Dialogs SearchControl () |
n/a
|
public class Act.WordAddin.Dialogs.SearchControl
|
--> NONE <--
|
- Constructor: public SearchControl ()
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler`1 SourceUpdated
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size constraint)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: object ToolTip { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
|
Act.WordAddin.Dialogs SendEmailOptionsDialog () |
n/a
|
public class Act.WordAddin.Dialogs.SendEmailOptionsDialog
|
--> NONE <--
|
- Constructor: public SendEmailOptionsDialog ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: SendEmailOptionsViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs SendEmailOptionsViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.SendEmailOptionsViewModel
|
--> NONE <--
|
- Constructor: public SendEmailOptionsViewModel (Action`1 closeRequestCallback)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected void Localize ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method (i): public virtual string ToString ()
- Property: string CancelButtonText { public get; public set; }
- Property: ICommand CancelCommand { public get; public set; }
- Property: bool EntireDocumentAsAttachment { public get; public set; }
- Property: bool EntireDocumentInBody { public get; public set; }
- Property: bool IsOk { public get; public set; }
- Property: string OkButtonText { public get; public set; }
- Property: ICommand OkCommand { public get; public set; }
- Property: string OptionEntireDocumentAsAttachment { public get; public set; }
- Property: string OptionEntireDocumentBody { public get; public set; }
- Property: string Subject { public get; public set; }
- Property: string SubjectLabel { public get; public set; }
- Property: string SubTitle { public get; public set; }
- Property: string Title { public get; public set; }
|
Act.WordAddin.Dialogs TimeControl () |
n/a
|
public class Act.WordAddin.Dialogs.TimeControl
|
--> NONE <--
|
- Constructor: public TimeControl ()
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler`1 SourceUpdated
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size constraint)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: object ToolTip { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
|
Act.WordAddin.Dialogs ToastForm () |
n/a
|
public class Act.WordAddin.Dialogs.ToastForm
|
--> NONE <--
|
- Constructor: public ToastForm ()
- Constructor: public ToastForm (string title, string message)
- Event: public event EventHandler Activated
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ClientSizeChanged
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Deactivate
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event EventHandler DpiChangedAfterParent
- Event: public event EventHandler DpiChangedBeforeParent
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event CancelEventHandler HelpButtonClicked
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InputLanguageChangedEventHandler InputLanguageChanged
- Event: public event InputLanguageChangingEventHandler InputLanguageChanging
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler Load
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MaximizedBoundsChanged
- Event: public event EventHandler MaximumSizeChanged
- Event: public event EventHandler MdiChildActivate
- Event: public event EventHandler MenuComplete
- Event: public event EventHandler MenuStart
- Event: public event EventHandler MinimumSizeChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event PreviewKeyDownEventHandler PreviewKeyDown
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler RightToLeftLayoutChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler Shown
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): ProtectedInternal void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void Activate ()
- Method (i): protected void ActivateMdiChild (Form form)
- Method (i): public void AddOwnedForm (Form ownedForm)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- [Obsolete: This method has been deprecated. Use the ApplyAutoScaling method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): protected void ApplyAutoScaling ()
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): protected void CenterToParent ()
- Method (i): protected void CenterToScreen ()
- Method (i): public void Close ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public void DrawToBitmap (Bitmap bitmap, Rectangle targetBounds)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectById (int objectId)
- Method (i): protected AutoSizeMode GetAutoSizeMode ()
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public Control GetChildAtPoint (Point pt, GetChildAtPointSkip skipValue)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual Rectangle GetScaledBounds (Rectangle bounds, SizeF factor, BoundsSpecified specified)
- Method: public Rectangle GetScreen ()
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public void LayoutMdi (MdiLayout value)
- Method (i): public int LogicalToDeviceUnits (int value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnClientSizeChanged (EventArgs e)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDeactivate (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiChangedEventArgs e)
- Method (i): protected virtual void OnDpiChangedAfterParent (EventArgs e)
- Method (i): protected virtual void OnDpiChangedBeforeParent (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method (i): protected virtual bool OnGetDpiScaledSize (int deviceDpiOld, int deviceDpiNew, Size desiredSize)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpButtonClicked (CancelEventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInputLanguageChanged (InputLanguageChangedEventArgs e)
- Method (i): protected virtual void OnInputLanguageChanging (InputLanguageChangingEventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLoad (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMaximizedBoundsChanged (EventArgs e)
- Method (i): protected virtual void OnMaximumSizeChanged (EventArgs e)
- Method (i): protected virtual void OnMdiChildActivate (EventArgs e)
- Method (i): protected virtual void OnMenuComplete (EventArgs e)
- Method (i): protected virtual void OnMenuStart (EventArgs e)
- Method (i): protected virtual void OnMinimumSizeChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (PreviewKeyDownEventArgs e)
- Method (i): protected virtual void OnPrint (PaintEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnRightToLeftLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnShown (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformAutoScale ()
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public PreProcessControlState PreProcessControlMessage (Message msg)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual bool ProcessTabKey (bool forward)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public void RemoveOwnedForm (Form ownedForm)
- Method (i): protected virtual void RescaleConstantsForDpi (int deviceDpiOld, int deviceDpiNew)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): ProtectedInternal ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float ratio)
- [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float dx, float dy)
- Method (i): public void Scale (SizeF factor)
- Method (i): public void ScaleBitmapLogicalToDevice (Bitmap logicalBitmap)
- Method (i): protected virtual void ScaleControl (SizeF factor, BoundsSpecified specified)
- Method (i): protected virtual void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): protected void SetAutoSizeMode (AutoSizeMode mode)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): public void SetDesktopBounds (int x, int y, int width, int height)
- Method (i): public void SetDesktopLocation (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): public void Show (IWin32Window owner)
- Method (i): public DialogResult ShowDialog ()
- Method (i): public DialogResult ShowDialog (IWin32Window owner)
- Method: public void ShowNotifications ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected virtual void UpdateDefaultButton ()
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): public bool Validate ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateChildren ()
- Method (i): public virtual bool ValidateChildren (ValidationConstraints validationConstraints)
- Method (i): protected virtual void WndProc (Message m)
- Property: IButtonControl AcceptButton { public get; public set; }
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual Control ActiveControl { public get; public set; }
- Property: Form ActiveMdiChild { public get; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- [Obsolete: This property has been deprecated. Use the AutoScaleMode property instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: bool AutoScale { public get; public set; }
- Property: virtual Size AutoScaleBaseSize { public get; public set; }
- Property: SizeF AutoScaleDimensions { public get; public set; }
- Property: protected SizeF AutoScaleFactor { }
- Property: AutoScaleMode AutoScaleMode { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: AutoSizeMode AutoSizeMode { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: IButtonControl CancelButton { public get; public set; }
- Property: protected virtual bool CanEnableIme { }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: bool ControlBox { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: SizeF CurrentAutoScaleDimensions { public get; }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: Rectangle DesktopBounds { public get; public set; }
- Property: Point DesktopLocation { public get; public set; }
- Property: int DeviceDpi { public get; }
- Property: DialogResult DialogResult { public get; public set; }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: FormBorderStyle FormBorderStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: bool HelpButton { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: Icon Icon { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: protected virtual ImeMode ImeModeBase { }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: bool IsMdiChild { public get; }
- Property: bool IsMdiContainer { public get; public set; }
- Property: bool IsMirrored { public get; }
- Property: bool IsRestrictedWindow { public get; }
- Property: string Key { public get; public set; }
- Property: bool KeyPreview { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: MenuStrip MainMenuStrip { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: bool MaximizeBox { public get; public set; }
- Property: protected Rectangle MaximizedBounds { }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: Form[] MdiChildren { public get; }
- Property: Form MdiParent { public get; public set; }
- Property: MainMenu Menu { public get; public set; }
- Property: MainMenu MergedMenu { public get; }
- Property: bool MinimizeBox { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: bool Modal { public get; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Form[] OwnedForms { public get; }
- Property: Form Owner { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Form ParentForm { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: Rectangle RestoreBounds { public get; }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool RightToLeftLayout { public get; public set; }
- Property: protected virtual bool ScaleChildren { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowIcon { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: protected virtual bool ShowWithoutActivation { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: SizeGripStyle SizeGripStyle { public get; public set; }
- Property: FormStartPosition StartPosition { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool TopMost { public get; public set; }
- Property: Color TransparencyKey { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: FormWindowState WindowState { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
Act.WordAddin.Dialogs TokenInsertDialog () |
n/a
|
public class Act.WordAddin.Dialogs.TokenInsertDialog
|
--> NONE <--
|
- Constructor: public TokenInsertDialog ()
- Event: public event EventHandler Activated
- Event: public event EventHandler Closed
- Event: public event CancelEventHandler Closing
- Event: public event EventHandler ContentRendered
- Event: public event ContextMenuEventHandler ContextMenuClosing
- Event: public event ContextMenuEventHandler ContextMenuOpening
- Event: public event DependencyPropertyChangedEventHandler DataContextChanged
- Event: public event EventHandler Deactivated
- Event: public event DpiChangedEventHandler DpiChanged
- Event: public event DragEventHandler DragEnter
- Event: public event DragEventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DragEventHandler Drop
- Event: public event DependencyPropertyChangedEventHandler FocusableChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event RoutedEventHandler GotFocus
- Event: public event KeyboardFocusChangedEventHandler GotKeyboardFocus
- Event: public event MouseEventHandler GotMouseCapture
- Event: public event StylusEventHandler GotStylusCapture
- Event: public event EventHandler`1 GotTouchCapture
- Event: public event EventHandler Initialized
- Event: public event DependencyPropertyChangedEventHandler IsEnabledChanged
- Event: public event DependencyPropertyChangedEventHandler IsHitTestVisibleChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged
- Event: public event DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsMouseDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCapturedChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusCaptureWithinChanged
- Event: public event DependencyPropertyChangedEventHandler IsStylusDirectlyOverChanged
- Event: public event DependencyPropertyChangedEventHandler IsVisibleChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler LayoutUpdated
- Event: public event RoutedEventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event RoutedEventHandler LostFocus
- Event: public event KeyboardFocusChangedEventHandler LostKeyboardFocus
- Event: public event MouseEventHandler LostMouseCapture
- Event: public event StylusEventHandler LostStylusCapture
- Event: public event EventHandler`1 LostTouchCapture
- Event: public event EventHandler`1 ManipulationBoundaryFeedback
- Event: public event EventHandler`1 ManipulationCompleted
- Event: public event EventHandler`1 ManipulationDelta
- Event: public event EventHandler`1 ManipulationInertiaStarting
- Event: public event EventHandler`1 ManipulationStarted
- Event: public event EventHandler`1 ManipulationStarting
- Event: public event MouseButtonEventHandler MouseDoubleClick
- Event: public event MouseButtonEventHandler MouseDown
- Event: public event MouseEventHandler MouseEnter
- Event: public event MouseEventHandler MouseLeave
- Event: public event MouseButtonEventHandler MouseLeftButtonDown
- Event: public event MouseButtonEventHandler MouseLeftButtonUp
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseButtonEventHandler MouseRightButtonDown
- Event: public event MouseButtonEventHandler MouseRightButtonUp
- Event: public event MouseButtonEventHandler MouseUp
- Event: public event MouseWheelEventHandler MouseWheel
- Event: public event DragEventHandler PreviewDragEnter
- Event: public event DragEventHandler PreviewDragLeave
- Event: public event DragEventHandler PreviewDragOver
- Event: public event DragEventHandler PreviewDrop
- Event: public event GiveFeedbackEventHandler PreviewGiveFeedback
- Event: public event KeyboardFocusChangedEventHandler PreviewGotKeyboardFocus
- Event: public event KeyEventHandler PreviewKeyDown
- Event: public event KeyEventHandler PreviewKeyUp
- Event: public event KeyboardFocusChangedEventHandler PreviewLostKeyboardFocus
- Event: public event MouseButtonEventHandler PreviewMouseDoubleClick
- Event: public event MouseButtonEventHandler PreviewMouseDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseLeftButtonUp
- Event: public event MouseEventHandler PreviewMouseMove
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonDown
- Event: public event MouseButtonEventHandler PreviewMouseRightButtonUp
- Event: public event MouseButtonEventHandler PreviewMouseUp
- Event: public event MouseWheelEventHandler PreviewMouseWheel
- Event: public event QueryContinueDragEventHandler PreviewQueryContinueDrag
- Event: public event StylusButtonEventHandler PreviewStylusButtonDown
- Event: public event StylusButtonEventHandler PreviewStylusButtonUp
- Event: public event StylusDownEventHandler PreviewStylusDown
- Event: public event StylusEventHandler PreviewStylusInAirMove
- Event: public event StylusEventHandler PreviewStylusInRange
- Event: public event StylusEventHandler PreviewStylusMove
- Event: public event StylusEventHandler PreviewStylusOutOfRange
- Event: public event StylusSystemGestureEventHandler PreviewStylusSystemGesture
- Event: public event StylusEventHandler PreviewStylusUp
- Event: public event TextCompositionEventHandler PreviewTextInput
- Event: public event EventHandler`1 PreviewTouchDown
- Event: public event EventHandler`1 PreviewTouchMove
- Event: public event EventHandler`1 PreviewTouchUp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event QueryCursorEventHandler QueryCursor
- Event: public event RequestBringIntoViewEventHandler RequestBringIntoView
- Event: public event SizeChangedEventHandler SizeChanged
- Event: public event EventHandler SourceInitialized
- Event: public event EventHandler`1 SourceUpdated
- Event: public event EventHandler StateChanged
- Event: public event StylusButtonEventHandler StylusButtonDown
- Event: public event StylusButtonEventHandler StylusButtonUp
- Event: public event StylusDownEventHandler StylusDown
- Event: public event StylusEventHandler StylusEnter
- Event: public event StylusEventHandler StylusInAirMove
- Event: public event StylusEventHandler StylusInRange
- Event: public event StylusEventHandler StylusLeave
- Event: public event StylusEventHandler StylusMove
- Event: public event StylusEventHandler StylusOutOfRange
- Event: public event StylusSystemGestureEventHandler StylusSystemGesture
- Event: public event StylusEventHandler StylusUp
- Event: public event EventHandler`1 TargetUpdated
- Event: public event TextCompositionEventHandler TextInput
- Event: public event ToolTipEventHandler ToolTipClosing
- Event: public event ToolTipEventHandler ToolTipOpening
- Event: public event EventHandler`1 TouchDown
- Event: public event EventHandler`1 TouchEnter
- Event: public event EventHandler`1 TouchLeave
- Event: public event EventHandler`1 TouchMove
- Event: public event EventHandler`1 TouchUp
- Event: public event RoutedEventHandler Unloaded
- Method (i): public bool Activate ()
- Method (i): protected virtual void AddChild (object value)
- Method (i): public virtual void AddHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): public void AddHandler (RoutedEvent routedEvent, delegate handler, bool handledEventsToo)
- Method (i): ProtectedInternal void AddLogicalChild (object child)
- Method (i): protected virtual void AddText (string text)
- Method (i): public void AddToEventRoute (EventRoute route, RoutedEventArgs e)
- Method (i): protected void AddVisualChild (Visual child)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock)
- Method (i): public virtual void ApplyAnimationClock (DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior)
- Method (i): public bool ApplyTemplate ()
- Method (i): public void Arrange (Rect finalRect)
- Method (i): protected virtual void ArrangeCore (Rect finalRect)
- Method (i): protected virtual Size ArrangeOverride (Size arrangeBounds)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation)
- Method (i): public virtual void BeginAnimation (DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior)
- Method (i): public virtual void BeginInit ()
- Method (i): public void BeginStoryboard (Storyboard storyboard)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior)
- Method (i): public void BeginStoryboard (Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable)
- Method (i): public void BringIntoView ()
- Method (i): public void BringIntoView (Rect targetRectangle)
- Method (i): public virtual bool CaptureMouse ()
- Method (i): public virtual bool CaptureStylus ()
- Method (i): public bool CaptureTouch (TouchDevice touchDevice)
- Method (i): public bool CheckAccess ()
- Method (i): public void ClearValue (DependencyProperty dp)
- Method (i): public void ClearValue (DependencyPropertyKey key)
- Method (i): public void Close ()
- Method (i): public void CoerceValue (DependencyProperty dp)
- Method (i): public void DragMove ()
- Method (i): public virtual void EndInit ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public DependencyObject FindCommonVisualAncestor (DependencyObject otherVisual)
- Method (i): public object FindName (string name)
- Method (i): public object FindResource (object resourceKey)
- Method (i): public virtual bool Focus ()
- Method (i): public virtual object GetAnimationBaseValue (DependencyProperty dp)
- Method (i): public BindingExpression GetBindingExpression (DependencyProperty dp)
- Method (i): public virtual int GetHashCode ()
- Method (i): protected virtual Geometry GetLayoutClip (Size layoutSlotSize)
- Method (i): public LocalValueEnumerator GetLocalValueEnumerator ()
- Method (i): ProtectedInternal DependencyObject GetTemplateChild (string childName)
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual DependencyObject GetUIParentCore ()
- Method (i): public object GetValue (DependencyProperty dp)
- Method (i): protected virtual Visual GetVisualChild (int index)
- Method (i): public void Hide ()
- Method (i): protected virtual GeometryHitTestResult HitTestCore (GeometryHitTestParameters hitTestParameters)
- Method (i): protected virtual HitTestResult HitTestCore (PointHitTestParameters hitTestParameters)
- Method: public virtual void InitializeComponent ()
- Method (i): public IInputElement InputHitTest (Point point)
- Method (i): public void InvalidateArrange ()
- Method (i): public void InvalidateMeasure ()
- Method (i): public void InvalidateProperty (DependencyProperty dp)
- Method (i): public void InvalidateVisual ()
- Method (i): public bool IsAncestorOf (DependencyObject descendant)
- Method (i): public bool IsDescendantOf (DependencyObject ancestor)
- Method (i): public void Measure (Size availableSize)
- Method (i): protected virtual Size MeasureCore (Size availableSize)
- Method (i): protected virtual Size MeasureOverride (Size availableSize)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool MoveFocus (TraversalRequest request)
- Method (i): protected virtual void OnAccessKey (AccessKeyEventArgs e)
- Method (i): protected virtual void OnActivated (EventArgs e)
- Method (i): public virtual void OnApplyTemplate ()
- Method (i): protected virtual void OnChildDesiredSizeChanged (UIElement child)
- Method (i): protected virtual void OnClosed (EventArgs e)
- Method: public void OnCloseRequested (bool success)
- Method (i): protected virtual void OnClosing (CancelEventArgs e)
- Method (i): protected virtual void OnContentChanged (object oldContent, object newContent)
- Method (i): protected virtual void OnContentRendered (EventArgs e)
- Method (i): protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat)
- Method (i): protected virtual void OnContentTemplateChanged (DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
- Method (i): protected virtual void OnContentTemplateSelectorChanged (DataTemplateSelector oldContentTemplateSelector, DataTemplateSelector newContentTemplateSelector)
- Method (i): protected virtual void OnContextMenuClosing (ContextMenuEventArgs e)
- Method (i): protected virtual void OnContextMenuOpening (ContextMenuEventArgs e)
- Method (i): protected virtual AutomationPeer OnCreateAutomationPeer ()
- Method (i): protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDpiChanged (DpiScale oldDpi, DpiScale newDpi)
- Method (i): protected virtual void OnDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs e)
- Method (i): protected virtual void OnDrop (DragEventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnGotFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnGotMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnGotStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnGotTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnInitialized (EventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsKeyboardFocusWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsMouseDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCapturedChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusCaptureWithinChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnIsStylusDirectlyOverChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (RoutedEventArgs e)
- Method (i): protected virtual void OnLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnLostMouseCapture (MouseEventArgs e)
- Method (i): protected virtual void OnLostStylusCapture (StylusEventArgs e)
- Method (i): protected virtual void OnLostTouchCapture (TouchEventArgs e)
- Method (i): protected virtual void OnManipulationBoundaryFeedback (ManipulationBoundaryFeedbackEventArgs e)
- Method (i): protected virtual void OnManipulationCompleted (ManipulationCompletedEventArgs e)
- Method (i): protected virtual void OnManipulationDelta (ManipulationDeltaEventArgs e)
- Method (i): protected virtual void OnManipulationInertiaStarting (ManipulationInertiaStartingEventArgs e)
- Method (i): protected virtual void OnManipulationStarted (ManipulationStartedEventArgs e)
- Method (i): protected virtual void OnManipulationStarting (ManipulationStartingEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseEnter (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeave (MouseEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewDragEnter (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragLeave (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDragOver (DragEventArgs e)
- Method (i): protected virtual void OnPreviewDrop (DragEventArgs e)
- Method (i): protected virtual void OnPreviewGiveFeedback (GiveFeedbackEventArgs e)
- Method (i): protected virtual void OnPreviewGotKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnPreviewLostKeyboardFocus (KeyboardFocusChangedEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDoubleClick (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseLeftButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonDown (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseRightButtonUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseUp (MouseButtonEventArgs e)
- Method (i): protected virtual void OnPreviewMouseWheel (MouseWheelEventArgs e)
- Method (i): protected virtual void OnPreviewQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnPreviewStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnPreviewStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnPreviewTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnPreviewTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnPreviewTouchUp (TouchEventArgs e)
- Method (i): protected virtual void OnPropertyChanged (DependencyPropertyChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs e)
- Method (i): protected virtual void OnQueryCursor (QueryCursorEventArgs e)
- Method (i): protected virtual void OnRender (DrawingContext drawingContext)
- Method (i): ProtectedInternal virtual void OnRenderSizeChanged (SizeChangedInfo sizeInfo)
- Method (i): protected virtual void OnSourceInitialized (EventArgs e)
- Method (i): protected virtual void OnStateChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnStyleChanged (Style oldStyle, Style newStyle)
- Method (i): protected virtual void OnStylusButtonDown (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusButtonUp (StylusButtonEventArgs e)
- Method (i): protected virtual void OnStylusDown (StylusDownEventArgs e)
- Method (i): protected virtual void OnStylusEnter (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInAirMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusInRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusLeave (StylusEventArgs e)
- Method (i): protected virtual void OnStylusMove (StylusEventArgs e)
- Method (i): protected virtual void OnStylusOutOfRange (StylusEventArgs e)
- Method (i): protected virtual void OnStylusSystemGesture (StylusSystemGestureEventArgs e)
- Method (i): protected virtual void OnStylusUp (StylusEventArgs e)
- Method (i): protected virtual void OnTemplateChanged (ControlTemplate oldTemplate, ControlTemplate newTemplate)
- Method (i): protected virtual void OnTextInput (TextCompositionEventArgs e)
- Method (i): protected virtual void OnToolTipClosing (ToolTipEventArgs e)
- Method (i): protected virtual void OnToolTipOpening (ToolTipEventArgs e)
- Method (i): protected virtual void OnTouchDown (TouchEventArgs e)
- Method (i): protected virtual void OnTouchEnter (TouchEventArgs e)
- Method (i): protected virtual void OnTouchLeave (TouchEventArgs e)
- Method (i): protected virtual void OnTouchMove (TouchEventArgs e)
- Method (i): protected virtual void OnTouchUp (TouchEventArgs e)
- Method (i): ProtectedInternal virtual void OnVisualChildrenChanged (DependencyObject visualAdded, DependencyObject visualRemoved)
- Method (i): ProtectedInternal virtual void OnVisualParentChanged (DependencyObject oldParent)
- Method (i): ProtectedInternal virtual void ParentLayoutInvalidated (UIElement child)
- Method (i): public Point PointFromScreen (Point point)
- Method (i): public Point PointToScreen (Point point)
- Method (i): public virtual DependencyObject PredictFocus (FocusNavigationDirection direction)
- Method (i): public virtual void RaiseEvent (RoutedEventArgs e)
- Method (i): public object ReadLocalValue (DependencyProperty dp)
- Method (i): public void RegisterName (string name, object scopedElement)
- Method (i): public void ReleaseAllTouchCaptures ()
- Method (i): public virtual void ReleaseMouseCapture ()
- Method (i): public virtual void ReleaseStylusCapture ()
- Method (i): public bool ReleaseTouchCapture (TouchDevice touchDevice)
- Method (i): public virtual void RemoveHandler (RoutedEvent routedEvent, delegate handler)
- Method (i): ProtectedInternal void RemoveLogicalChild (object child)
- Method (i): protected void RemoveVisualChild (Visual child)
- Method (i): public BindingExpression SetBinding (DependencyProperty dp, string path)
- Method (i): public BindingExpressionBase SetBinding (DependencyProperty dp, BindingBase binding)
- Method (i): public void SetCurrentValue (DependencyProperty dp, object value)
- Method (i): public void SetResourceReference (DependencyProperty dp, object name)
- Method (i): public void SetValue (DependencyProperty dp, object value)
- Method (i): public void SetValue (DependencyPropertyKey key, object value)
- Method (i): public bool ShouldSerializeCommandBindings ()
- Method (i): public virtual bool ShouldSerializeContent ()
- Method (i): public bool ShouldSerializeInputBindings ()
- Method (i): ProtectedInternal virtual bool ShouldSerializeProperty (DependencyProperty dp)
- Method (i): public bool ShouldSerializeResources ()
- Method (i): public bool ShouldSerializeStyle ()
- Method (i): public bool ShouldSerializeTriggers ()
- Method (i): public void Show ()
- Method (i): public Nullable`1 ShowDialog ()
- Method (i): public virtual string ToString ()
- Method (i): public GeneralTransform2DTo3D TransformToAncestor (Visual3D ancestor)
- Method (i): public GeneralTransform TransformToAncestor (Visual ancestor)
- Method (i): public GeneralTransform TransformToDescendant (Visual descendant)
- Method (i): public GeneralTransform TransformToVisual (Visual visual)
- Method (i): public Point TranslatePoint (Point point, UIElement relativeTo)
- Method (i): public object TryFindResource (object resourceKey)
- Method (i): public void UnregisterName (string name)
- Method (i): public void UpdateDefaultStyle ()
- Method (i): public void UpdateLayout ()
- Method (i): public void VerifyAccess ()
- Property: double ActualHeight { public get; }
- Property: double ActualWidth { public get; }
- Property: bool AllowDrop { public get; public set; }
- Property: bool AllowsTransparency { public get; public set; }
- Property: bool AreAnyTouchesCaptured { public get; }
- Property: bool AreAnyTouchesCapturedWithin { public get; }
- Property: bool AreAnyTouchesDirectlyOver { public get; }
- Property: bool AreAnyTouchesOver { public get; }
- Property: Brush Background { public get; public set; }
- Property: BindingGroup BindingGroup { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffect BitmapEffect { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: BitmapEffectInput BitmapEffectInput { public get; public set; }
- Property: Brush BorderBrush { public get; public set; }
- Property: Thickness BorderThickness { public get; public set; }
- Property: CacheMode CacheMode { public get; public set; }
- Property: Geometry Clip { public get; public set; }
- Property: bool ClipToBounds { public get; public set; }
- Property: CommandBindingCollection CommandBindings { public get; }
- Property: virtual object Content { public get; public set; }
- Property: string ContentStringFormat { public get; public set; }
- Property: DataTemplate ContentTemplate { public get; public set; }
- Property: DataTemplateSelector ContentTemplateSelector { public get; public set; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: Cursor Cursor { public get; public set; }
- Property: object DataContext { public get; public set; }
- Property: ProtectedInternal object DefaultStyleKey { }
- Property: DependencyObjectType DependencyObjectType { public get; }
- Property: Size DesiredSize { public get; }
- Property: Nullable`1 DialogResult { public get; public set; }
- Property: Dispatcher Dispatcher { public get; }
- Property: Effect Effect { public get; public set; }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focusable { public get; public set; }
- Property: Style FocusVisualStyle { public get; public set; }
- Property: FontFamily FontFamily { public get; public set; }
- Property: double FontSize { public get; public set; }
- Property: FontStretch FontStretch { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: FontWeight FontWeight { public get; public set; }
- Property: bool ForceCursor { public get; public set; }
- Property: Brush Foreground { public get; public set; }
- Property: ProtectedInternal virtual bool HandlesScrolling { }
- Property: virtual bool HasAnimatedProperties { public get; }
- Property: bool HasContent { public get; }
- Property: ProtectedInternal virtual bool HasEffectiveKeyboardFocus { }
- Property: virtual double Height { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: HorizontalAlignment HorizontalContentAlignment { public get; public set; }
- Property: ImageSource Icon { public get; public set; }
- Property: ProtectedInternal InheritanceBehavior InheritanceBehavior { }
- Property: InputBindingCollection InputBindings { public get; }
- Property: InputScope InputScope { public get; public set; }
- Property: bool IsActive { public get; }
- Property: bool IsArrangeValid { public get; }
- Property: virtual bool IsEnabled { public get; public set; }
- Property: protected virtual bool IsEnabledCore { }
- Property: bool IsFocused { public get; }
- Property: bool IsHitTestVisible { public get; public set; }
- Property: bool IsInitialized { public get; }
- Property: bool IsInputMethodEnabled { public get; }
- Property: virtual bool IsKeyboardFocused { public get; }
- Property: virtual bool IsKeyboardFocusWithin { public get; }
- Property: bool IsLoaded { public get; }
- Property: bool IsManipulationEnabled { public get; public set; }
- Property: bool IsMeasureValid { public get; }
- Property: virtual bool IsMouseCaptured { public get; }
- Property: bool IsMouseCaptureWithin { public get; }
- Property: virtual bool IsMouseDirectlyOver { public get; }
- Property: virtual bool IsMouseOver { public get; }
- Property: bool IsSealed { public get; }
- Property: virtual bool IsStylusCaptured { public get; }
- Property: bool IsStylusCaptureWithin { public get; }
- Property: virtual bool IsStylusDirectlyOver { public get; }
- Property: virtual bool IsStylusOver { public get; }
- Property: bool IsTabStop { public get; public set; }
- Property: bool IsVisible { public get; }
- Property: XmlLanguage Language { public get; public set; }
- Property: Transform LayoutTransform { public get; public set; }
- Property: double Left { public get; public set; }
- Property: ProtectedInternal virtual IEnumerator LogicalChildren { }
- Property: Thickness Margin { public get; public set; }
- Property: double MaxHeight { public get; public set; }
- Property: double MaxWidth { public get; public set; }
- Property: double MinHeight { public get; public set; }
- Property: double MinWidth { public get; public set; }
- Property: virtual string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Brush OpacityMask { public get; public set; }
- Property: bool OverridesDefaultStyle { public get; public set; }
- Property: WindowCollection OwnedWindows { public get; }
- Property: Window Owner { public get; public set; }
- Property: Thickness Padding { public get; public set; }
- Property: DependencyObject Parent { public get; }
- [Obsolete: PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.]Property: int PersistId { public get; }
- Property: Size RenderSize { public get; public set; }
- Property: Transform RenderTransform { public get; public set; }
- Property: Point RenderTransformOrigin { public get; public set; }
- Property: ResizeMode ResizeMode { public get; public set; }
- Property: ResourceDictionary Resources { public get; public set; }
- Property: Rect RestoreBounds { public get; }
- Property: bool ShowActivated { public get; public set; }
- Property: bool ShowInTaskbar { public get; public set; }
- Property: SizeToContent SizeToContent { public get; public set; }
- Property: bool SnapsToDevicePixels { public get; public set; }
- Property: Style Style { public get; public set; }
- Property: protected StylusPlugInCollection StylusPlugIns { }
- Property: int TabIndex { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: TaskbarItemInfo TaskbarItemInfo { public get; public set; }
- Property: ControlTemplate Template { public get; public set; }
- Property: DependencyObject TemplatedParent { public get; }
- Property: virtual string Title { public get; public set; }
- Property: object ToolTip { public get; public set; }
- Property: double Top { public get; public set; }
- Property: bool Topmost { public get; public set; }
- Property: IEnumerable`1 TouchesCaptured { public get; }
- Property: IEnumerable`1 TouchesCapturedWithin { public get; }
- Property: IEnumerable`1 TouchesDirectlyOver { public get; }
- Property: IEnumerable`1 TouchesOver { public get; }
- Property: TriggerCollection Triggers { public get; }
- Property: string Uid { public get; public set; }
- Property: bool UseLayoutRounding { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: VerticalAlignment VerticalContentAlignment { public get; public set; }
- Property: TokenInsertDialogViewModel ViewModel { public get; }
- Property: Visibility Visibility { public get; public set; }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffect VisualBitmapEffect { }
- [Obsolete: BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.]Property: ProtectedInternal BitmapEffectInput VisualBitmapEffectInput { }
- Property: ProtectedInternal BitmapScalingMode VisualBitmapScalingMode { }
- Property: ProtectedInternal CacheMode VisualCacheMode { }
- Property: protected virtual int VisualChildrenCount { }
- Property: ProtectedInternal ClearTypeHint VisualClearTypeHint { }
- Property: ProtectedInternal Geometry VisualClip { }
- Property: ProtectedInternal EdgeMode VisualEdgeMode { }
- Property: ProtectedInternal Effect VisualEffect { }
- Property: ProtectedInternal Vector VisualOffset { }
- Property: ProtectedInternal double VisualOpacity { }
- Property: ProtectedInternal Brush VisualOpacityMask { }
- Property: protected DependencyObject VisualParent { }
- Property: ProtectedInternal Nullable`1 VisualScrollableAreaClip { }
- Property: ProtectedInternal TextHintingMode VisualTextHintingMode { }
- Property: ProtectedInternal TextRenderingMode VisualTextRenderingMode { }
- Property: ProtectedInternal Transform VisualTransform { }
- Property: ProtectedInternal DoubleCollection VisualXSnappingGuidelines { }
- Property: ProtectedInternal DoubleCollection VisualYSnappingGuidelines { }
- Property: virtual double Width { public get; public set; }
- Property: WindowStartupLocation WindowStartupLocation { public get; public set; }
- Property: WindowState WindowState { public get; public set; }
- Property: WindowStyle WindowStyle { public get; public set; }
|
Act.WordAddin.Dialogs TokenInsertDialogViewModel () |
n/a
|
public class Act.WordAddin.Dialogs.TokenInsertDialogViewModel
|
--> NONE <--
|
- Constructor: public TokenInsertDialogViewModel (Action`1 closeDialogCallback)
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method: public bool CanAdd (object context)
- Method: public bool CanClose (object context)
- Method: public void DoAdd (object context)
- Method: public void DoClose (object context)
- Method (i): public virtual bool Equals (object obj)
- Method: protected bool Exists (Variables variables, string name)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected void Localize ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnPropertyChanged (string propertyName)
- Method: public void SetFields (List`1 fields)
- Method: public void TokenClicked ()
- Method (i): public virtual string ToString ()
- Property: ICommand AddCommand { public get; public set; }
- Property: string AddText { public get; public set; }
- Property: BindingList`1 Areas { public get; public set; }
- Property: ICommand CloseCommand { public get; public set; }
- Property: string OkButtonText { public get; public set; }
- Property: string SelectedArea { public get; public set; }
- Property: Field SelectedToken { public get; public set; }
- Property: string TitleText { public get; public set; }
- Property: BindingList`1 Tokens { public get; public set; }
|
Act.WordAddin.Logging LogEntry () |
n/a
|
public class Act.WordAddin.Logging.LogEntry
|
--> NONE <--
|
- Constructor: public LogEntry ()
- Field: public ApartmentState apartmentState
- Field: public int currentWin32ThreadId
- Field: public bool isBackground
- Field: public bool isThreadPoolThread
- Field: public int managedThreadId
- Field: public string source
- Field: public string text
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Logging Logger () |
n/a
|
public class Act.WordAddin.Logging.Logger
|
--> NONE <--
|
- Constructor: public Logger ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static int GetCurrentWin32ThreadId ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public void WriteDebug (string source, string text)
|
Act.WordAddin.Logging LogSupport () |
n/a
|
public class Act.WordAddin.Logging.LogSupport
|
--> NONE <--
|
- Constructor: public LogSupport ()
- Field: public static const string LogSource, Value = ActWordAddIn
- Method: public virtual void BeginMethod (string typeName, string methodName)
- Method: public virtual void EndMethod (string typeName, string methodName)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual void LogDebug (string message)
- Method: public virtual void LogError (Exception exception, string method)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Logger LogWriter { public get; }
|
Act.WordAddin.Services ActivityService () |
n/a
|
public class Act.WordAddin.Services.ActivityService
|
--> NONE <--
|
- Constructor: public ActivityService ()
- Method: public virtual Task`1 AddContactDocument (List`1 contacts, string path, bool isPrivate)
- Method: public virtual Task`1 AddContactHistory (List`1 contacts, string path, string regarding, bool isPrivate, bool isAttachHistory)
- Method: protected Task`1 AddContactHistory (List`1 contacts, string path, string regarding, bool isPrivate, bool isAttachHistory)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: List`1 ActivityTypes { public get; }
- Property: Dictionary`2 HistoryType2s { public get; }
|
Act.WordAddin.Services CommandRepository () |
n/a
|
public class Act.WordAddin.Services.CommandRepository
|
--> NONE <--
|
- Constructor: public CommandRepository ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual ICommand Get (string commandKey)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Services CompanyService () |
n/a
|
public class Act.WordAddin.Services.CompanyService
|
--> NONE <--
|
- Constructor: public CompanyService ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 LoadCompanies ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual List`1 Companies { public get; public set; }
|
Act.WordAddin.Services ContactService () |
n/a
|
public class Act.WordAddin.Services.ContactService
|
--> NONE <--
|
- Constructor: public ContactService ()
- Method: public virtual Task`1 AddContact (Contact contact)
- Method: public virtual Task`1 EmailFields ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual Task`1 GetActiveUserContact ()
- Method: public virtual Task`1 GetContactFromEmail (string emailAddress, List`1 emailAddressFields, bool filterUsers)
- Method: public virtual Task`1 GetContactFromId (string id)
- Method: public virtual Task`1 GetContactsFromEmail (List`1 contactEmails, List`1 additionalEmailAddresses)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 LoadCompanyContacts (string companyId, CancellationToken cancellationToken)
- Method: public virtual Task`1 LoadGroupContacts (string groupId, CancellationToken cancellationToken)
- Method: public virtual IEnumerable`1 LoadSelectedCompanyContacts (string companyId)
- Method: public virtual IEnumerable`1 LoadSelectedGroupContacts (string groupId)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Services DocumentMergeService () |
n/a
|
public class Act.WordAddin.Services.DocumentMergeService
|
--> NONE <--
|
- Constructor: public DocumentMergeService ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual void MergeDocument (List`1 fields, Dictionary`2 entities)
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Services ExternalWindow () |
n/a
|
public class Act.WordAddin.Services.ExternalWindow
|
--> NONE <--
|
- Constructor: public ExternalWindow (IntPtr handle)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IntPtr Handle { public get; }
|
Act.WordAddin.Services GroupService () |
n/a
|
public class Act.WordAddin.Services.GroupService
|
--> NONE <--
|
- Constructor: public GroupService ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 LoadGroups (CancellationToken token)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual List`1 Groups { public get; public set; }
|
Act.WordAddin.Services IActivityService () |
n/a
|
public interface Act.WordAddin.Services.IActivityService
|
--> NONE <--
|
- Method: Task`1 AddContactDocument (List`1 contacts, string path, bool isPrivate)
- Method: Task`1 AddContactHistory (List`1 contacts, string path, string regarding, bool isPrivate, bool isAttachHistory)
|
Act.WordAddin.Services ICommandRepository () |
n/a
|
public interface Act.WordAddin.Services.ICommandRepository
|
--> NONE <--
|
- Method: ICommand Get (string commandKey)
|
Act.WordAddin.Services ICompanyService () |
n/a
|
public interface Act.WordAddin.Services.ICompanyService
|
--> NONE <--
|
- Method: Task`1 LoadCompanies ()
- Property: List`1 Companies { public get; public set; }
|
Act.WordAddin.Services IContactService () |
n/a
|
public interface Act.WordAddin.Services.IContactService
|
--> NONE <--
|
- Method: Task`1 AddContact (Contact contact)
- Method: Task`1 EmailFields ()
- Method: Task`1 GetActiveUserContact ()
- Method: Task`1 GetContactFromEmail (string emailAddress, List`1 emailAddressFields, bool filterUsers)
- Method: Task`1 GetContactFromId (string id)
- Method: Task`1 GetContactsFromEmail (List`1 contactEmails, List`1 additionalSearchFields)
- Method: Task`1 LoadCompanyContacts (string companyId, CancellationToken cancellationToken)
- Method: Task`1 LoadGroupContacts (string groupId, CancellationToken cancellationToken)
- Method: IEnumerable`1 LoadSelectedCompanyContacts (string companyId)
- Method: IEnumerable`1 LoadSelectedGroupContacts (string groupId)
|
Act.WordAddin.Services IDocumentMergeService () |
n/a
|
public interface Act.WordAddin.Services.IDocumentMergeService
|
--> NONE <--
|
- Method: void MergeDocument (List`1 fields, Dictionary`2 entities)
|
Act.WordAddin.Services IGroupService () |
n/a
|
public interface Act.WordAddin.Services.IGroupService
|
--> NONE <--
|
- Method: Task`1 LoadGroups (CancellationToken token)
- Property: List`1 Groups { public get; public set; }
|
Act.WordAddin.Services INotificationService () |
n/a
|
public interface Act.WordAddin.Services.INotificationService
|
--> NONE <--
|
- Method: void ShowNotification (string title, string message)
- Method: void ShowUnableToConnectNotification ()
|
Act.WordAddin.Services IUserService () |
n/a
|
public interface Act.WordAddin.Services.IUserService
|
--> NONE <--
|
- Method: Task`1 LoadUserInfos ()
- Property: UserInfo CurrentUserInfo { public get; }
- Property: List`1 UserInfos { public get; }
|
Act.WordAddin.Services NotificationService () |
n/a
|
public class Act.WordAddin.Services.NotificationService
|
--> NONE <--
|
- Constructor: public NotificationService ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual void ShowNotification (string title, string message)
- Method: public virtual void ShowUnableToConnectNotification ()
- Method (i): public virtual string ToString ()
|
Act.WordAddin.Services UiAdapterService () |
n/a
|
public class Act.WordAddin.Services.UiAdapterService
|
--> NONE <--
|
- Constructor: public UiAdapterService ()
- Method: public virtual void DisconnectApplication ()
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static IntPtr FindWindow (string lpClassName, string lpWindowName)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual void LoginStateChanged (bool loggedIn)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual void NotifyDocumentSaveRequired (string message)
- Method: public virtual void NotifyOperationFailed (string title)
- Method: public virtual void ShowInformationMessage (string title, string message)
- Method (i): public virtual string ToString ()
- Property: virtual IntPtr ApplicationHwnd { public get; }
- Property: virtual IWin32Window ApplicationWindow { public get; }
- Property: virtual bool SaveAsTemplate { public get; public set; }
|
Act.WordAddin.Services UserService () |
n/a
|
public class Act.WordAddin.Services.UserService
|
--> NONE <--
|
- Constructor: public UserService ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual Task`1 LoadUserInfos ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual UserInfo CurrentUserInfo { public get; }
- Property: virtual List`1 UserInfos { public get; }
|
MsoEncoding () |
n/a
|
public sealed enum Microsoft.Office.Core.MsoEncoding
                    msoEncodingEBCDICUSCanada = 37,
                    msoEncodingOEMUnitedStates = 437,
                    msoEncodingEBCDICInternational = 500,
                    msoEncodingArabicASMO = 708,
                    msoEncodingArabicTransparentASMO = 720,
                    msoEncodingOEMGreek437G = 737,
                    msoEncodingOEMBaltic = 775,
                    msoEncodingOEMMultilingualLatinI = 850,
                    msoEncodingOEMMultilingualLatinII = 852,
                    msoEncodingOEMCyrillic = 855,
                    msoEncodingOEMTurkish = 857,
                    msoEncodingOEMPortuguese = 860,
                    msoEncodingOEMIcelandic = 861,
                    msoEncodingOEMHebrew = 862,
                    msoEncodingOEMCanadianFrench = 863,
                    msoEncodingOEMArabic = 864,
                    msoEncodingOEMNordic = 865,
                    msoEncodingOEMCyrillicII = 866,
                    msoEncodingOEMModernGreek = 869,
                    msoEncodingEBCDICMultilingualROECELatin2 = 870,
                    msoEncodingThai = 874,
                    msoEncodingEBCDICGreekModern = 875,
                    msoEncodingJapaneseShiftJIS = 932,
                    msoEncodingSimplifiedChineseGBK = 936,
                    msoEncodingKorean = 949,
                    msoEncodingTraditionalChineseBig5 = 950,
                    msoEncodingEBCDICTurkishLatin5 = 1026,
                    msoEncodingUnicodeLittleEndian = 1200,
                    msoEncodingUnicodeBigEndian = 1201,
                    msoEncodingCentralEuropean = 1250,
                    msoEncodingCyrillic = 1251,
                    msoEncodingWestern = 1252,
                    msoEncodingGreek = 1253,
                    msoEncodingTurkish = 1254,
                    msoEncodingHebrew = 1255,
                    msoEncodingArabic = 1256,
                    msoEncodingBaltic = 1257,
                    msoEncodingVietnamese = 1258,
                    msoEncodingKoreanJohab = 1361,
                    msoEncodingMacRoman = 10000,
                    msoEncodingMacJapanese = 10001,
                    msoEncodingMacTraditionalChineseBig5 = 10002,
                    msoEncodingMacKorean = 10003,
                    msoEncodingMacArabic = 10004,
                    msoEncodingMacHebrew = 10005,
                    msoEncodingMacGreek1 = 10006,
                    msoEncodingMacCyrillic = 10007,
                    msoEncodingMacSimplifiedChineseGB2312 = 10008,
                    msoEncodingMacRomania = 10010,
                    msoEncodingMacUkraine = 10017,
                    msoEncodingMacLatin2 = 10029,
                    msoEncodingMacIcelandic = 10079,
                    msoEncodingMacTurkish = 10081,
                    msoEncodingMacCroatia = 10082,
                    msoEncodingTaiwanCNS = 20000,
                    msoEncodingTaiwanTCA = 20001,
                    msoEncodingTaiwanEten = 20002,
                    msoEncodingTaiwanIBM5550 = 20003,
                    msoEncodingTaiwanTeleText = 20004,
                    msoEncodingTaiwanWang = 20005,
                    msoEncodingIA5IRV = 20105,
                    msoEncodingIA5German = 20106,
                    msoEncodingIA5Swedish = 20107,
                    msoEncodingIA5Norwegian = 20108,
                    msoEncodingUSASCII = 20127,
                    msoEncodingT61 = 20261,
                    msoEncodingISO6937NonSpacingAccent = 20269,
                    msoEncodingEBCDICGermany = 20273,
                    msoEncodingEBCDICDenmarkNorway = 20277,
                    msoEncodingEBCDICFinlandSweden = 20278,
                    msoEncodingEBCDICItaly = 20280,
                    msoEncodingEBCDICLatinAmericaSpain = 20284,
                    msoEncodingEBCDICUnitedKingdom = 20285,
                    msoEncodingEBCDICJapaneseKatakanaExtended = 20290,
                    msoEncodingEBCDICFrance = 20297,
                    msoEncodingEBCDICArabic = 20420,
                    msoEncodingEBCDICGreek = 20423,
                    msoEncodingEBCDICHebrew = 20424,
                    msoEncodingEBCDICKoreanExtended = 20833,
                    msoEncodingEBCDICThai = 20838,
                    msoEncodingKOI8R = 20866,
                    msoEncodingEBCDICIcelandic = 20871,
                    msoEncodingEBCDICRussian = 20880,
                    msoEncodingEBCDICTurkish = 20905,
                    msoEncodingEBCDICSerbianBulgarian = 21025,
                    msoEncodingExtAlphaLowercase = 21027,
                    msoEncodingKOI8U = 21866,
                    msoEncodingISO88591Latin1 = 28591,
                    msoEncodingISO88592CentralEurope = 28592,
                    msoEncodingISO88593Latin3 = 28593,
                    msoEncodingISO88594Baltic = 28594,
                    msoEncodingISO88595Cyrillic = 28595,
                    msoEncodingISO88596Arabic = 28596,
                    msoEncodingISO88597Greek = 28597,
                    msoEncodingISO88598Hebrew = 28598,
                    msoEncodingISO88599Turkish = 28599,
                    msoEncodingISO885915Latin9 = 28605,
                    msoEncodingEuropa3 = 29001,
                    msoEncodingISO88598HebrewLogical = 38598,
                    msoEncodingAutoDetect = 50001,
                    msoEncodingISO2022JPNoHalfwidthKatakana = 50220,
                    msoEncodingISO2022JPJISX02021984 = 50221,
                    msoEncodingISO2022JPJISX02011989 = 50222,
                    msoEncodingISO2022KR = 50225,
                    msoEncodingISO2022CNTraditionalChinese = 50227,
                    msoEncodingISO2022CNSimplifiedChinese = 50229,
                    msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese = 50930,
                    msoEncodingEBCDICUSCanadaAndJapanese = 50931,
                    msoEncodingJapaneseAutoDetect = 50932,
                    msoEncodingEBCDICKoreanExtendedAndKorean = 50933,
                    msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese = 50935,
                    msoEncodingSimplifiedChineseAutoDetect = 50936,
                    msoEncodingEBCDICUSCanadaAndTraditionalChinese = 50937,
                    msoEncodingEBCDICJapaneseLatinExtendedAndJapanese = 50939,
                    msoEncodingKoreanAutoDetect = 50949,
                    msoEncodingTraditionalChineseAutoDetect = 50950,
                    msoEncodingCyrillicAutoDetect = 51251,
                    msoEncodingGreekAutoDetect = 51253,
                    msoEncodingArabicAutoDetect = 51256,
                    msoEncodingEUCJapanese = 51932,
                    msoEncodingEUCChineseSimplifiedChinese = 51936,
                    msoEncodingEUCKorean = 51949,
                    msoEncodingEUCTaiwaneseTraditionalChinese = 51950,
                    msoEncodingHZGBSimplifiedChinese = 52936,
                    msoEncodingSimplifiedChineseGB18030 = 54936,
                    msoEncodingISCIIDevanagari = 57002,
                    msoEncodingISCIIBengali = 57003,
                    msoEncodingISCIITamil = 57004,
                    msoEncodingISCIITelugu = 57005,
                    msoEncodingISCIIAssamese = 57006,
                    msoEncodingISCIIOriya = 57007,
                    msoEncodingISCIIKannada = 57008,
                    msoEncodingISCIIMalayalam = 57009,
                    msoEncodingISCIIGujarati = 57010,
                    msoEncodingISCIIPunjabi = 57011,
                    msoEncodingUTF7 = 65000,
                    msoEncodingUTF8 = 65001,
|
--> NONE <--
|
--> NONE <--
|
RibbonControlSize () |
n/a
|
public sealed enum Microsoft.Office.Core.RibbonControlSize
                    RibbonControlSizeRegular = 0,
                    RibbonControlSizeLarge = 1,
|
--> NONE <--
|
--> NONE <--
|
OlBodyFormat () |
n/a
|
public sealed enum Microsoft.Office.Interop.Outlook.OlBodyFormat
                    olFormatUnspecified = 0,
                    olFormatPlain = 1,
                    olFormatHTML = 2,
                    olFormatRichText = 3,
|
--> NONE <--
|
--> NONE <--
|
Microsoft.Office.Interop.Word _Application () |
n/a
|
public interface Microsoft.Office.Interop.Word._Application
|
--> NONE <--
|
- Method: void Activate ()
- Method: void Quit (object SaveChanges, object OriginalFormat, object RouteDocument)
- Property: Document ActiveDocument { public get; }
- Property: string ActivePrinter { public get; public set; }
- Property: Documents Documents { public get; }
- Property: string Name { public get; }
- Property: Selection Selection { public get; }
- Property: object WordBasic { public get; }
|
Microsoft.Office.Interop.Word _Document () |
n/a
|
public interface Microsoft.Office.Interop.Word._Document
|
--> NONE <--
|
- Method: void Activate ()
- Method: void Close (object SaveChanges, object OriginalFormat, object RouteDocument)
- Method: void PrintOut (object Background, object Append, object Range, object OutputFileName, object From, object To, object Item, object Copies, object Pages, object PageType, object PrintToFile, object Collate, object ActivePrinterMacGX, object ManualDuplexPrint, object PrintZoomColumn, object PrintZoomRow, object PrintZoomPaperWidth, object PrintZoomPaperHeight)
- Method: void Repaginate ()
- Method: void SaveAs (object FileName, object FileFormat, object LockComments, object Password, object AddToRecentFiles, object WritePassword, object ReadOnlyRecommended, object EmbedTrueTypeFonts, object SaveNativePictureFormat, object SaveFormsData, object SaveAsAOCELetter, object Encoding, object InsertLineBreaks, object AllowSubstitutions, object LineEnding, object AddBiDiMarks)
- Method: void SaveAs2 (object FileName, object FileFormat, object LockComments, object Password, object AddToRecentFiles, object WritePassword, object ReadOnlyRecommended, object EmbedTrueTypeFonts, object SaveNativePictureFormat, object SaveFormsData, object SaveAsAOCELetter, object Encoding, object InsertLineBreaks, object AllowSubstitutions, object LineEnding, object AddBiDiMarks, object CompatibilityMode)
- Property: Application Application { public get; }
- Property: Fields Fields { public get; }
- Property: string FullName { public get; }
- Property: string Name { public get; }
- Property: bool Saved { public get; public set; }
- Property: Sections Sections { public get; }
- Property: Variables Variables { public get; }
- Property: WebOptions WebOptions { public get; }
|
Microsoft.Office.Interop.Word ApplicationEvents4 () |
n/a
|
public interface Microsoft.Office.Interop.Word.ApplicationEvents4
|
--> NONE <--
|
- Method: void DocumentBeforeSave (Document Doc, bool SaveAsUI, out bool Cancel)
- Method: void DocumentOpen (Document Doc)
|
Microsoft.Office.Interop.Word ApplicationEvents4_DocumentBeforeSaveEventHandler () |
n/a
|
public sealed delegate Microsoft.Office.Interop.Word.ApplicationEvents4_DocumentBeforeSaveEventHandler
|
--> NONE <--
|
- Constructor: public ApplicationEvents4_DocumentBeforeSaveEventHandler (object, UIntPtr)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (Document Doc, bool SaveAsUI, out bool Cancel)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
Microsoft.Office.Interop.Word ApplicationEvents4_DocumentOpenEventHandler () |
n/a
|
public sealed delegate Microsoft.Office.Interop.Word.ApplicationEvents4_DocumentOpenEventHandler
|
--> NONE <--
|
- Constructor: public ApplicationEvents4_DocumentOpenEventHandler (object, UIntPtr)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (Document Doc)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
Microsoft.Office.Interop.Word ApplicationEvents4_Event () |
n/a
|
public interface Microsoft.Office.Interop.Word.ApplicationEvents4_Event
|
--> NONE <--
|
- Event: public event ApplicationEvents4_DocumentBeforeSaveEventHandler DocumentBeforeSave { get; set; }
- Event: public event ApplicationEvents4_DocumentOpenEventHandler DocumentOpen { get; set; }
|
Microsoft.Office.Interop.Word Documents () |
n/a
|
public interface Microsoft.Office.Interop.Word.Documents
|
--> NONE <--
|
- Method: Document Add (object Template, object NewTemplate, object DocumentType, object Visible)
- Method: void Close (object SaveChanges, object OriginalFormat, object RouteDocument)
- Method: Document Open (object FileName, object ConfirmConversions, object ReadOnly, object AddToRecentFiles, object PasswordDocument, object PasswordTemplate, object Revert, object WritePasswordDocument, object WritePasswordTemplate, object Format, object Encoding, object Visible, object OpenAndRepair, object DocumentDirection, object NoEncodingDialog, object XMLTransform)
|
Microsoft.Office.Interop.Word Field () |
n/a
|
public interface Microsoft.Office.Interop.Word.Field
|
--> NONE <--
|
- Method: bool Update ()
- Property: Range Code { public get; public set; }
|
Microsoft.Office.Interop.Word Fields () |
n/a
|
public interface Microsoft.Office.Interop.Word.Fields
|
--> NONE <--
|
- Method: Field Add (Range Range, object Type, object Text, object PreserveFormatting)
- Method: int Update ()
|
Microsoft.Office.Interop.Word Range () |
n/a
|
public interface Microsoft.Office.Interop.Word.Range
|
--> NONE <--
|
- Property: object this [WdInformation Type] { public get; }
- Property: string Text { public get; public set; }
|
Microsoft.Office.Interop.Word Section () |
n/a
|
public interface Microsoft.Office.Interop.Word.Section
|
--> NONE <--
|
- Property: int Index { public get; }
- Property: Range Range { public get; }
|
Microsoft.Office.Interop.Word Sections () |
n/a
|
public interface Microsoft.Office.Interop.Word.Sections
|
--> NONE <--
|
- Method: IEnumerator GetEnumerator ()
- Property: int Count { public get; }
|
Microsoft.Office.Interop.Word Selection () |
n/a
|
public interface Microsoft.Office.Interop.Word.Selection
|
--> NONE <--
|
- Method: void Copy ()
- Method: void Paste ()
- Method: void WholeStory ()
- Property: Range Range { public get; }
- Property: string Text { public get; public set; }
|
Microsoft.Office.Interop.Word Variable () |
n/a
|
public interface Microsoft.Office.Interop.Word.Variable
|
--> NONE <--
|
- Method: void Delete ()
- Property: string Name { public get; }
- Property: string Value { public get; public set; }
|
Microsoft.Office.Interop.Word Variables () |
n/a
|
public interface Microsoft.Office.Interop.Word.Variables
|
--> NONE <--
|
- Method: Variable Add (string Name, object Value)
- Property: int Count { public get; }
- Property: Variable this [object Index] { public get; }
|
WdFieldType () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdFieldType
                    wdFieldRef = 3,
                    wdFieldIndexEntry = 4,
                    wdFieldFootnoteRef = 5,
                    wdFieldSet = 6,
                    wdFieldIf = 7,
                    wdFieldIndex = 8,
                    wdFieldTOCEntry = 9,
                    wdFieldStyleRef = 10,
                    wdFieldRefDoc = 11,
                    wdFieldSequence = 12,
                    wdFieldTOC = 13,
                    wdFieldInfo = 14,
                    wdFieldTitle = 15,
                    wdFieldSubject = 16,
                    wdFieldAuthor = 17,
                    wdFieldKeyWord = 18,
                    wdFieldComments = 19,
                    wdFieldLastSavedBy = 20,
                    wdFieldCreateDate = 21,
                    wdFieldSaveDate = 22,
                    wdFieldPrintDate = 23,
                    wdFieldRevisionNum = 24,
                    wdFieldEditTime = 25,
                    wdFieldNumPages = 26,
                    wdFieldNumWords = 27,
                    wdFieldNumChars = 28,
                    wdFieldFileName = 29,
                    wdFieldTemplate = 30,
                    wdFieldDate = 31,
                    wdFieldTime = 32,
                    wdFieldPage = 33,
                    wdFieldExpression = 34,
                    wdFieldQuote = 35,
                    wdFieldInclude = 36,
                    wdFieldPageRef = 37,
                    wdFieldAsk = 38,
                    wdFieldFillIn = 39,
                    wdFieldData = 40,
                    wdFieldNext = 41,
                    wdFieldNextIf = 42,
                    wdFieldSkipIf = 43,
                    wdFieldMergeRec = 44,
                    wdFieldDDE = 45,
                    wdFieldDDEAuto = 46,
                    wdFieldGlossary = 47,
                    wdFieldPrint = 48,
                    wdFieldFormula = 49,
                    wdFieldGoToButton = 50,
                    wdFieldMacroButton = 51,
                    wdFieldAutoNumOutline = 52,
                    wdFieldAutoNumLegal = 53,
                    wdFieldAutoNum = 54,
                    wdFieldImport = 55,
                    wdFieldLink = 56,
                    wdFieldSymbol = 57,
                    wdFieldEmbed = 58,
                    wdFieldMergeField = 59,
                    wdFieldUserName = 60,
                    wdFieldUserInitials = 61,
                    wdFieldUserAddress = 62,
                    wdFieldBarCode = 63,
                    wdFieldDocVariable = 64,
                    wdFieldSection = 65,
                    wdFieldSectionPages = 66,
                    wdFieldIncludePicture = 67,
                    wdFieldIncludeText = 68,
                    wdFieldFileSize = 69,
                    wdFieldFormTextInput = 70,
                    wdFieldFormCheckBox = 71,
                    wdFieldNoteRef = 72,
                    wdFieldTOA = 73,
                    wdFieldTOAEntry = 74,
                    wdFieldMergeSeq = 75,
                    wdFieldPrivate = 77,
                    wdFieldDatabase = 78,
                    wdFieldAutoText = 79,
                    wdFieldCompare = 80,
                    wdFieldAddin = 81,
                    wdFieldSubscriber = 82,
                    wdFieldFormDropDown = 83,
                    wdFieldAdvance = 84,
                    wdFieldDocProperty = 85,
                    wdFieldOCX = 87,
                    wdFieldHyperlink = 88,
                    wdFieldAutoTextList = 89,
                    wdFieldListNum = 90,
                    wdFieldHTMLActiveX = 91,
                    wdFieldBidiOutline = 92,
                    wdFieldAddressBlock = 93,
                    wdFieldGreetingLine = 94,
                    wdFieldShape = 95,
                    wdFieldCitation = 96,
                    wdFieldBibliography = 97,
                    wdFieldEmpty = -1,
|
--> NONE <--
|
--> NONE <--
|
WdInformation () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdInformation
                    wdActiveEndAdjustedPageNumber = 1,
                    wdActiveEndSectionNumber = 2,
                    wdActiveEndPageNumber = 3,
                    wdNumberOfPagesInDocument = 4,
                    wdHorizontalPositionRelativeToPage = 5,
                    wdVerticalPositionRelativeToPage = 6,
                    wdHorizontalPositionRelativeToTextBoundary = 7,
                    wdVerticalPositionRelativeToTextBoundary = 8,
                    wdFirstCharacterColumnNumber = 9,
                    wdFirstCharacterLineNumber = 10,
                    wdFrameIsSelected = 11,
                    wdWithInTable = 12,
                    wdStartOfRangeRowNumber = 13,
                    wdEndOfRangeRowNumber = 14,
                    wdMaximumNumberOfRows = 15,
                    wdStartOfRangeColumnNumber = 16,
                    wdEndOfRangeColumnNumber = 17,
                    wdMaximumNumberOfColumns = 18,
                    wdZoomPercentage = 19,
                    wdSelectionMode = 20,
                    wdCapsLock = 21,
                    wdNumLock = 22,
                    wdOverType = 23,
                    wdRevisionMarking = 24,
                    wdInFootnoteEndnotePane = 25,
                    wdInCommentPane = 26,
                    wdInHeaderFooter = 28,
                    wdAtEndOfRowMarker = 31,
                    wdReferenceOfType = 32,
                    wdHeaderFooterType = 33,
                    wdInMasterDocument = 34,
                    wdInFootnote = 35,
                    wdInEndnote = 36,
                    wdInWordMail = 37,
                    wdInClipboard = 38,
|
--> NONE <--
|
--> NONE <--
|
WdPrintOutItem () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdPrintOutItem
                    wdPrintDocumentContent = 0,
                    wdPrintProperties = 1,
                    wdPrintComments = 2,
                    wdPrintMarkup = 2,
                    wdPrintStyles = 3,
                    wdPrintAutoTextEntries = 4,
                    wdPrintKeyAssignments = 5,
                    wdPrintEnvelope = 6,
                    wdPrintDocumentWithMarkup = 7,
|
--> NONE <--
|
--> NONE <--
|
WdPrintOutPages () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdPrintOutPages
                    wdPrintAllPages = 0,
                    wdPrintOddPagesOnly = 1,
                    wdPrintEvenPagesOnly = 2,
|
--> NONE <--
|
--> NONE <--
|
WdPrintOutRange () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdPrintOutRange
                    wdPrintAllDocument = 0,
                    wdPrintSelection = 1,
                    wdPrintCurrentPage = 2,
                    wdPrintFromTo = 3,
                    wdPrintRangeOfPages = 4,
|
--> NONE <--
|
--> NONE <--
|
WdSaveFormat () |
n/a
|
public sealed enum Microsoft.Office.Interop.Word.WdSaveFormat
                    wdFormatDocument = 0,
                    wdFormatDocument97 = 0,
                    wdFormatTemplate = 1,
                    wdFormatTemplate97 = 1,
                    wdFormatText = 2,
                    wdFormatTextLineBreaks = 3,
                    wdFormatDOSText = 4,
                    wdFormatDOSTextLineBreaks = 5,
                    wdFormatRTF = 6,
                    wdFormatUnicodeText = 7,
                    wdFormatEncodedText = 7,
                    wdFormatHTML = 8,
                    wdFormatWebArchive = 9,
                    wdFormatFilteredHTML = 10,
                    wdFormatXML = 11,
                    wdFormatXMLDocument = 12,
                    wdFormatXMLDocumentMacroEnabled = 13,
                    wdFormatXMLTemplate = 14,
                    wdFormatXMLTemplateMacroEnabled = 15,
                    wdFormatDocumentDefault = 16,
                    wdFormatPDF = 17,
                    wdFormatXPS = 18,
                    wdFormatFlatXML = 19,
                    wdFormatFlatXMLMacroEnabled = 20,
                    wdFormatFlatXMLTemplate = 21,
                    wdFormatFlatXMLTemplateMacroEnabled = 22,
                    wdFormatOpenDocumentText = 23,
|
--> NONE <--
|
--> NONE <--
|
Microsoft.Office.Interop.Word WebOptions () |
n/a
|
public interface Microsoft.Office.Interop.Word.WebOptions
|
--> NONE <--
|
- Property: MsoEncoding Encoding { public get; public set; }
|
XamlGeneratedNamespace GeneratedInternalTypeHelper () |
n/a
|
public sealed class XamlGeneratedNamespace.GeneratedInternalTypeHelper
|
--> NONE <--
|
- Constructor: public GeneratedInternalTypeHelper ()
- Method: protected virtual void AddEventHandler (EventInfo eventInfo, object target, delegate handler)
- Method: protected virtual delegate CreateDelegate (Type delegateType, object target, string handler)
- Method: protected virtual object CreateInstance (Type type, CultureInfo culture)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: protected virtual object GetPropertyValue (PropertyInfo propertyInfo, object target, CultureInfo culture)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void SetPropertyValue (PropertyInfo propertyInfo, object target, object value, CultureInfo culture)
- Method (i): public virtual string ToString ()
|