C# Class System.Windows.Controls.Control

Inheritance: System.Windows.FrameworkElement
显示文件 Open project: shana/moon Class Usage Examples

Protected Properties

Property Type Description
DefaultStyleKeyProperty System.Windows.DependencyProperty

Public Methods

Method Description
ApplyTemplate ( ) : bool
Focus ( ) : bool

Protected Methods

Method Description
GetTemplateChild ( string childName ) : DependencyObject
OnDragEnter ( System.Windows.DragEventArgs e ) : void
OnDragLeave ( System.Windows.DragEventArgs e ) : void
OnDragOver ( System.Windows.DragEventArgs e ) : void
OnDrop ( System.Windows.DragEventArgs e ) : void
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
OnTextInput ( TextCompositionEventArgs e ) : void
OnTextInputStart ( TextCompositionEventArgs e ) : void
OnTextInputUpdate ( TextCompositionEventArgs e ) : void

Private Methods

Method Description
Control ( ) : Mono
EmitCurrentContext ( int id, RoutedEventArgs e ) : void
Initialize ( ) : void
InvokeIsEnabledPropertyChanged ( ) : void
IsTabStopPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void
PostOnGotFocus ( RoutedEventArgs e ) : void
PostOnKeyDown ( KeyEventArgs e ) : void
PostOnKeyUp ( KeyEventArgs e ) : void
PostOnLostFocus ( RoutedEventArgs e ) : void
PostOnLostMouseCapture ( RoutedEventArgs e ) : void
PostOnMouseEnter ( MouseEventArgs e ) : void
PostOnMouseLeave ( MouseEventArgs e ) : void
PostOnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void
PostOnMouseLeftButtonUp ( MouseButtonEventArgs e ) : void
PostOnMouseMove ( MouseEventArgs e ) : void
PostOnMouseRightButtonDown ( MouseButtonEventArgs e ) : void
PostOnMouseRightButtonUp ( MouseButtonEventArgs e ) : void
PostOnMouseWheel ( MouseWheelEventArgs e ) : void
PreOnGotFocus ( RoutedEventArgs e ) : void
PreOnKeyDown ( KeyEventArgs e ) : void
PreOnKeyUp ( KeyEventArgs e ) : void
PreOnLostFocus ( RoutedEventArgs e ) : void
PreOnLostMouseCapture ( MouseEventArgs e ) : void
PreOnMouseEnter ( MouseEventArgs e ) : void
PreOnMouseLeave ( MouseEventArgs e ) : void
PreOnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void
PreOnMouseLeftButtonUp ( MouseButtonEventArgs e ) : void
PreOnMouseMove ( MouseEventArgs e ) : void
PreOnMouseRightButtonDown ( MouseButtonEventArgs e ) : void
PreOnMouseRightButtonUp ( MouseButtonEventArgs e ) : void
PreOnMouseWheel ( MouseWheelEventArgs e ) : void
RaiseUIAIsTabStopChanged ( DependencyPropertyChangedEventArgs args ) : void

Method Details

ApplyTemplate() public method

public ApplyTemplate ( ) : bool
return bool

Focus() public method

public Focus ( ) : bool
return bool

GetTemplateChild() protected method

protected GetTemplateChild ( string childName ) : DependencyObject
childName string
return System.Windows.DependencyObject

OnDragEnter() protected method

protected OnDragEnter ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
return void

OnDragLeave() protected method

protected OnDragLeave ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
return void

OnDragOver() protected method

protected OnDragOver ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
return void

OnDrop() protected method

protected OnDrop ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnLostMouseCapture() protected method

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonUp() protected method

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseRightButtonDown() protected method

protected OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseRightButtonUp() protected method

protected OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
return void

OnTextInput() protected method

protected OnTextInput ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
return void

OnTextInputStart() protected method

protected OnTextInputStart ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
return void

OnTextInputUpdate() protected method

protected OnTextInputUpdate ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
return void

Property Details

DefaultStyleKeyProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows DefaultStyleKeyProperty
return System.Windows.DependencyProperty