ThinkGeo.MapSuite.GisEditor.PluginManagerWindow
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –>
Interaction logic for PluginConfigurationWindow.xaml
Inheritance Hierarchy
*System.Object
System.Windows.Threading.DispatcherObject
*System.Windows.DependencyObject
System.Windows.Media.Visual
*System.Windows.UIElement
System.Windows.FrameworkElement
*System.Windows.Controls.Control
System.Windows.Controls.ContentControl
*System.Windows.Window
**ThinkGeo.MapSuite.GisEditor.PluginManagerWindow
Members Summary
Public Constructors
Protected Constructors
Name | Parameters | DeclaringType | Summary |
Public Methods
Name | Parameters | DeclaringType | Summary |
Activate | | Window | |
AddHandler | RoutedEvent, Delegate | UIElement | |
AddHandler | RoutedEvent, Delegate, Boolean | UIElement | |
AddToEventRoute | EventRoute, RoutedEventArgs | UIElement | |
ApplyAnimationClock | DependencyProperty, AnimationClock, HandoffBehavior | UIElement | |
ApplyAnimationClock | DependencyProperty, AnimationClock | UIElement | |
ApplyTemplate | | FrameworkElement | |
Arrange | Rect | UIElement | |
BeginAnimation | DependencyProperty, AnimationTimeline | UIElement | |
BeginAnimation | DependencyProperty, AnimationTimeline, HandoffBehavior | UIElement | |
BeginInit | | FrameworkElement | |
BeginStoryboard | Storyboard, HandoffBehavior | FrameworkElement | |
BeginStoryboard | Storyboard, HandoffBehavior, Boolean | FrameworkElement | |
BeginStoryboard | Storyboard | FrameworkElement | |
BringIntoView | | FrameworkElement | |
BringIntoView | Rect | FrameworkElement | |
CaptureMouse | | UIElement | |
CaptureStylus | | UIElement | |
CaptureTouch | TouchDevice | UIElement | |
CheckAccess | | DispatcherObject | |
ClearValue | DependencyProperty | DependencyObject | |
ClearValue | DependencyPropertyKey | DependencyObject | |
Close | | Window | |
CoerceValue | DependencyProperty | DependencyObject | |
DragMove | | Window | |
EndInit | | FrameworkElement | |
Equals | Object | Object(overriden) | |
FindCommonVisualAncestor | DependencyObject | Visual | |
FindName | String | FrameworkElement | |
FindResource | Object | FrameworkElement | |
Focus | | UIElement | |
GetAnimationBaseValue | DependencyProperty | UIElement | |
GetBindingExpression | DependencyProperty | FrameworkElement | |
GetHashCode | | Object(overriden) | |
GetLocalValueEnumerator | | DependencyObject | |
GetType | | Object | |
GetValue | DependencyProperty | DependencyObject | |
Hide | | Window | |
InitializeComponent | | | InitializeComponent |
InputHitTest | Point | UIElement | |
InvalidateArrange | | UIElement | |
InvalidateMeasure | | UIElement | |
InvalidateProperty | DependencyProperty | DependencyObject | |
InvalidateVisual | | UIElement | |
IsAncestorOf | DependencyObject | Visual | |
IsDescendantOf | DependencyObject | Visual | |
Measure | Size | UIElement | |
MoveFocus | TraversalRequest | UIElement(overriden) | |
OnApplyTemplate | | FrameworkElement | |
PointFromScreen | Point | Visual | |
PointToScreen | Point | Visual | |
PredictFocus | FocusNavigationDirection | UIElement(overriden) | |
RaiseEvent | RoutedEventArgs | UIElement | |
ReadLocalValue | DependencyProperty | DependencyObject | |
RegisterName | String, Object | FrameworkElement | |
ReleaseAllTouchCaptures | | UIElement | |
ReleaseMouseCapture | | UIElement | |
ReleaseStylusCapture | | UIElement | |
ReleaseTouchCapture | TouchDevice | UIElement | |
RemoveHandler | RoutedEvent, Delegate | UIElement | |
SetBinding | DependencyProperty, String | FrameworkElement | |
SetBinding | DependencyProperty, BindingBase | FrameworkElement | |
SetCurrentValue | DependencyProperty, Object | DependencyObject | |
SetResourceReference | DependencyProperty, Object | FrameworkElement | |
SetValue | DependencyProperty, Object | DependencyObject | |
SetValue | DependencyPropertyKey, Object | DependencyObject | |
ShouldSerializeCommandBindings | | UIElement | |
ShouldSerializeContent | | ContentControl | |
ShouldSerializeInputBindings | | UIElement | |
ShouldSerializeResources | | FrameworkElement | |
ShouldSerializeStyle | | FrameworkElement | |
ShouldSerializeTriggers | | FrameworkElement | |
Show | | Window | |
ShowDialog | | Window | |
ToString | | Object(overriden) | |
TransformToAncestor | Visual3D | Visual | |
TransformToAncestor | Visual | Visual | |
TransformToDescendant | Visual | Visual | |
TransformToVisual | Visual | Visual | |
TranslatePoint | Point, UIElement | UIElement | |
TryFindResource | Object | FrameworkElement | |
UnregisterName | String | FrameworkElement | |
UpdateDefaultStyle | | FrameworkElement | |
UpdateLayout | | UIElement | |
VerifyAccess | | DispatcherObject | |
Protected Methods
Public Properties
Protected Properties
Public Events
Public Constructors
PluginManagerWindow()
Parameters
Protected Constructors
Public Methods
Activate()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.Window –>
Go Back
AddHandler(RoutedEvent, Delegate)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
routedEvent | RoutedEvent<!– System.Windows.RoutedEvent –> | |
handler | Delegate<!– System.Delegate –> | |
<!– System.Windows.UIElement –>
Go Back
AddHandler(RoutedEvent, Delegate, Boolean)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
routedEvent | RoutedEvent<!– System.Windows.RoutedEvent –> | |
handler | Delegate<!– System.Delegate –> | |
handledEventsToo | Boolean<!– System.Boolean –> | |
<!– System.Windows.UIElement –>
Go Back
AddToEventRoute(EventRoute, RoutedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
route | EventRoute<!– System.Windows.EventRoute –> | |
e | RoutedEventArgs<!– System.Windows.RoutedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
clock | AnimationClock<!– System.Windows.Media.Animation.AnimationClock –> | |
handoffBehavior | HandoffBehavior<!– System.Windows.Media.Animation.HandoffBehavior –> | |
<!– System.Windows.UIElement –>
Go Back
ApplyAnimationClock(DependencyProperty, AnimationClock)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
clock | AnimationClock<!– System.Windows.Media.Animation.AnimationClock –> | |
<!– System.Windows.UIElement –>
Go Back
ApplyTemplate()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
Arrange(Rect)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
finalRect | Rect<!– System.Windows.Rect –> | |
<!– System.Windows.UIElement –>
Go Back
BeginAnimation(DependencyProperty, AnimationTimeline)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
animation | AnimationTimeline<!– System.Windows.Media.Animation.AnimationTimeline –> | |
<!– System.Windows.UIElement –>
Go Back
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
animation | AnimationTimeline<!– System.Windows.Media.Animation.AnimationTimeline –> | |
handoffBehavior | HandoffBehavior<!– System.Windows.Media.Animation.HandoffBehavior –> | |
<!– System.Windows.UIElement –>
Go Back
BeginInit()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
BeginStoryboard(Storyboard, HandoffBehavior)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
storyboard | Storyboard<!– System.Windows.Media.Animation.Storyboard –> | |
handoffBehavior | HandoffBehavior<!– System.Windows.Media.Animation.HandoffBehavior –> | |
<!– System.Windows.FrameworkElement –>
Go Back
BeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
storyboard | Storyboard<!– System.Windows.Media.Animation.Storyboard –> | |
handoffBehavior | HandoffBehavior<!– System.Windows.Media.Animation.HandoffBehavior –> | |
isControllable | Boolean<!– System.Boolean –> | |
<!– System.Windows.FrameworkElement –>
Go Back
BeginStoryboard(Storyboard)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
storyboard | Storyboard<!– System.Windows.Media.Animation.Storyboard –> | |
<!– System.Windows.FrameworkElement –>
Go Back
BringIntoView()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
BringIntoView(Rect)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
targetRectangle | Rect<!– System.Windows.Rect –> | |
<!– System.Windows.FrameworkElement –>
Go Back
CaptureMouse()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
CaptureStylus()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
CaptureTouch(TouchDevice)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
touchDevice | TouchDevice<!– System.Windows.Input.TouchDevice –> | |
<!– System.Windows.UIElement –>
Go Back
CheckAccess()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.Threading.DispatcherObject –>
Go Back
ClearValue(DependencyProperty)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.DependencyObject –>
Go Back
ClearValue(DependencyPropertyKey)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
key | DependencyPropertyKey<!– System.Windows.DependencyPropertyKey –> | |
<!– System.Windows.DependencyObject –>
Go Back
Close()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.Window –>
Go Back
CoerceValue(DependencyProperty)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.DependencyObject –>
Go Back
DragMove()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.Window –>
Go Back
EndInit()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
Equals(Object)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
obj | Object<!– System.Object –> | |
<!– System.Object(overriden) –>
Go Back
FindCommonVisualAncestor(DependencyObject)
Return Value
Return Type | Description |
DependencyObject<!– System.Windows.DependencyObject –> | |
Parameters
Name | Type | Description |
otherVisual | DependencyObject<!– System.Windows.DependencyObject –> | |
<!– System.Windows.Media.Visual –>
Go Back
FindName(String)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
name | String<!– System.String –> | |
<!– System.Windows.FrameworkElement –>
Go Back
FindResource(Object)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
resourceKey | Object<!– System.Object –> | |
<!– System.Windows.FrameworkElement –>
Go Back
Focus()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
GetAnimationBaseValue(DependencyProperty)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.UIElement –>
Go Back
GetBindingExpression(DependencyProperty)
Return Value
Return Type | Description |
BindingExpression<!– System.Windows.Data.BindingExpression –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.FrameworkElement –>
Go Back
GetHashCode()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
<!– System.Object(overriden) –>
Go Back
GetLocalValueEnumerator()
Return Value
Return Type | Description |
LocalValueEnumerator<!– System.Windows.LocalValueEnumerator –> | |
Parameters
<!– System.Windows.DependencyObject –>
Go Back
GetType()
Return Value
Return Type | Description |
Type<!– System.Type –> | |
Parameters
GetValue(DependencyProperty)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.DependencyObject –>
Go Back
Hide()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.Window –>
Go Back
InitializeComponent()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.PluginManagerWindow –>
Go Back
Return Value
Return Type | Description |
IInputElement<!– System.Windows.IInputElement –> | |
Parameters
Name | Type | Description |
point | Point<!– System.Windows.Point –> | |
<!– System.Windows.UIElement –>
Go Back
InvalidateArrange()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
InvalidateMeasure()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
InvalidateProperty(DependencyProperty)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.DependencyObject –>
Go Back
InvalidateVisual()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
IsAncestorOf(DependencyObject)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
descendant | DependencyObject<!– System.Windows.DependencyObject –> | |
<!– System.Windows.Media.Visual –>
Go Back
IsDescendantOf(DependencyObject)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
ancestor | DependencyObject<!– System.Windows.DependencyObject –> | |
<!– System.Windows.Media.Visual –>
Go Back
Measure(Size)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
availableSize | Size<!– System.Windows.Size –> | |
<!– System.Windows.UIElement –>
Go Back
MoveFocus(TraversalRequest)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
request | TraversalRequest<!– System.Windows.Input.TraversalRequest –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
OnApplyTemplate()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
PointFromScreen(Point)
Return Value
Return Type | Description |
Point<!– System.Windows.Point –> | |
Parameters
Name | Type | Description |
point | Point<!– System.Windows.Point –> | |
<!– System.Windows.Media.Visual –>
Go Back
PointToScreen(Point)
Return Value
Return Type | Description |
Point<!– System.Windows.Point –> | |
Parameters
Name | Type | Description |
point | Point<!– System.Windows.Point –> | |
<!– System.Windows.Media.Visual –>
Go Back
PredictFocus(FocusNavigationDirection)
Return Value
Return Type | Description |
DependencyObject<!– System.Windows.DependencyObject –> | |
Parameters
Name | Type | Description |
direction | FocusNavigationDirection<!– System.Windows.Input.FocusNavigationDirection –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
RaiseEvent(RoutedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | RoutedEventArgs<!– System.Windows.RoutedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
ReadLocalValue(DependencyProperty)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
<!– System.Windows.DependencyObject –>
Go Back
RegisterName(String, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
name | String<!– System.String –> | |
scopedElement | Object<!– System.Object –> | |
<!– System.Windows.FrameworkElement –>
Go Back
ReleaseAllTouchCaptures()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
ReleaseMouseCapture()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
ReleaseStylusCapture()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
ReleaseTouchCapture(TouchDevice)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
touchDevice | TouchDevice<!– System.Windows.Input.TouchDevice –> | |
<!– System.Windows.UIElement –>
Go Back
RemoveHandler(RoutedEvent, Delegate)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
routedEvent | RoutedEvent<!– System.Windows.RoutedEvent –> | |
handler | Delegate<!– System.Delegate –> | |
<!– System.Windows.UIElement –>
Go Back
SetBinding(DependencyProperty, String)
Return Value
Return Type | Description |
BindingExpression<!– System.Windows.Data.BindingExpression –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
path | String<!– System.String –> | |
<!– System.Windows.FrameworkElement –>
Go Back
SetBinding(DependencyProperty, BindingBase)
Return Value
Return Type | Description |
BindingExpressionBase<!– System.Windows.Data.BindingExpressionBase –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
binding | BindingBase<!– System.Windows.Data.BindingBase –> | |
<!– System.Windows.FrameworkElement –>
Go Back
SetCurrentValue(DependencyProperty, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
value | Object<!– System.Object –> | |
<!– System.Windows.DependencyObject –>
Go Back
SetResourceReference(DependencyProperty, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
name | Object<!– System.Object –> | |
<!– System.Windows.FrameworkElement –>
Go Back
SetValue(DependencyProperty, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
dp | DependencyProperty<!– System.Windows.DependencyProperty –> | |
value | Object<!– System.Object –> | |
<!– System.Windows.DependencyObject –>
Go Back
SetValue(DependencyPropertyKey, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
key | DependencyPropertyKey<!– System.Windows.DependencyPropertyKey –> | |
value | Object<!– System.Object –> | |
<!– System.Windows.DependencyObject –>
Go Back
ShouldSerializeCommandBindings()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
ShouldSerializeContent()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.Controls.ContentControl –>
Go Back
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
ShouldSerializeResources()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
ShouldSerializeStyle()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
ShouldSerializeTriggers()
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
Show()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.Window –>
Go Back
ShowDialog()
Return Value
Return Type | Description |
Nullable<Boolean><!– System.Nullable{System.Boolean} –> | |
Parameters
<!– System.Windows.Window –>
Go Back
ToString()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
<!– System.Object(overriden) –>
Go Back
Return Value
Return Type | Description |
GeneralTransform2DTo3D<!– System.Windows.Media.Media3D.GeneralTransform2DTo3D –> | |
Parameters
Name | Type | Description |
ancestor | Visual3D<!– System.Windows.Media.Media3D.Visual3D –> | |
<!– System.Windows.Media.Visual –>
Go Back
Return Value
Return Type | Description |
GeneralTransform<!– System.Windows.Media.GeneralTransform –> | |
Parameters
Name | Type | Description |
ancestor | Visual<!– System.Windows.Media.Visual –> | |
<!– System.Windows.Media.Visual –>
Go Back
Return Value
Return Type | Description |
GeneralTransform<!– System.Windows.Media.GeneralTransform –> | |
Parameters
Name | Type | Description |
descendant | Visual<!– System.Windows.Media.Visual –> | |
<!– System.Windows.Media.Visual –>
Go Back
Return Value
Return Type | Description |
GeneralTransform<!– System.Windows.Media.GeneralTransform –> | |
Parameters
Name | Type | Description |
visual | Visual<!– System.Windows.Media.Visual –> | |
<!– System.Windows.Media.Visual –>
Go Back
TranslatePoint(Point, UIElement)
Return Value
Return Type | Description |
Point<!– System.Windows.Point –> | |
Parameters
Name | Type | Description |
point | Point<!– System.Windows.Point –> | |
relativeTo | UIElement<!– System.Windows.UIElement –> | |
<!– System.Windows.UIElement –>
Go Back
TryFindResource(Object)
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
Name | Type | Description |
resourceKey | Object<!– System.Object –> | |
<!– System.Windows.FrameworkElement –>
Go Back
UnregisterName(String)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
name | String<!– System.String –> | |
<!– System.Windows.FrameworkElement –>
Go Back
UpdateDefaultStyle()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.FrameworkElement –>
Go Back
UpdateLayout()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.UIElement –>
Go Back
VerifyAccess()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– System.Windows.Threading.DispatcherObject –>
Go Back
Protected Methods
AddChild(Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
value | Object<!– System.Object –> | |
<!– System.Windows.Controls.ContentControl –>
Go Back
AddText(String)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
text | String<!– System.String –> | |
<!– System.Windows.Controls.ContentControl –>
Go Back
AddVisualChild(Visual)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
child | Visual<!– System.Windows.Media.Visual –> | |
<!– System.Windows.Media.Visual –>
Go Back
ArrangeCore(Rect)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
finalRect | Rect<!– System.Windows.Rect –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
ArrangeOverride(Size)
Return Value
Return Type | Description |
Size<!– System.Windows.Size –> | |
Parameters
Name | Type | Description |
arrangeBounds | Size<!– System.Windows.Size –> | |
<!– System.Windows.FrameworkElement(overriden) –>
Go Back
Finalize()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
GetLayoutClip(Size)
Return Value
Return Type | Description |
Geometry<!– System.Windows.Media.Geometry –> | |
Parameters
Name | Type | Description |
layoutSlotSize | Size<!– System.Windows.Size –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
GetVisualChild(Int32)
Return Value
Return Type | Description |
Visual<!– System.Windows.Media.Visual –> | |
Parameters
Name | Type | Description |
index | Int32<!– System.Int32 –> | |
<!– System.Windows.Media.Visual(overriden) –>
Go Back
HitTestCore(PointHitTestParameters)
Return Value
Return Type | Description |
HitTestResult<!– System.Windows.Media.HitTestResult –> | |
Parameters
Name | Type | Description |
hitTestParameters | PointHitTestParameters<!– System.Windows.Media.PointHitTestParameters –> | |
<!– System.Windows.Media.Visual(overriden) –>
Go Back
HitTestCore(GeometryHitTestParameters)
Return Value
Return Type | Description |
GeometryHitTestResult<!– System.Windows.Media.GeometryHitTestResult –> | |
Parameters
Name | Type | Description |
hitTestParameters | GeometryHitTestParameters<!– System.Windows.Media.GeometryHitTestParameters –> | |
<!– System.Windows.Media.Visual(overriden) –>
Go Back
MeasureCore(Size)
Return Value
Return Type | Description |
Size<!– System.Windows.Size –> | |
Parameters
Name | Type | Description |
availableSize | Size<!– System.Windows.Size –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
MeasureOverride(Size)
Return Value
Return Type | Description |
Size<!– System.Windows.Size –> | |
Parameters
Name | Type | Description |
availableSize | Size<!– System.Windows.Size –> | |
<!– System.Windows.FrameworkElement(overriden) –>
Go Back
MemberwiseClone()
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
OnAccessKey(AccessKeyEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | AccessKeyEventArgs<!– System.Windows.Input.AccessKeyEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnActivated(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnChildDesiredSizeChanged(UIElement)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
child | UIElement<!– System.Windows.UIElement –> | |
<!– System.Windows.UIElement –>
Go Back
OnClosed(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnClosing(CancelEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | CancelEventArgs<!– System.ComponentModel.CancelEventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnContentChanged(Object, Object)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
oldContent | Object<!– System.Object –> | |
newContent | Object<!– System.Object –> | |
<!– System.Windows.Controls.ContentControl(overriden) –>
Go Back
OnContentRendered(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnContentStringFormatChanged(String, String)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
oldContentStringFormat | String<!– System.String –> | |
newContentStringFormat | String<!– System.String –> | |
<!– System.Windows.Controls.ContentControl –>
Go Back
OnContentTemplateChanged(DataTemplate, DataTemplate)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
oldContentTemplate | DataTemplate<!– System.Windows.DataTemplate –> | |
newContentTemplate | DataTemplate<!– System.Windows.DataTemplate –> | |
<!– System.Windows.Controls.ContentControl –>
Go Back
OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
oldContentTemplateSelector | DataTemplateSelector<!– System.Windows.Controls.DataTemplateSelector –> | |
newContentTemplateSelector | DataTemplateSelector<!– System.Windows.Controls.DataTemplateSelector –> | |
<!– System.Windows.Controls.ContentControl –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ContextMenuEventArgs<!– System.Windows.Controls.ContextMenuEventArgs –> | |
<!– System.Windows.FrameworkElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ContextMenuEventArgs<!– System.Windows.Controls.ContextMenuEventArgs –> | |
<!– System.Windows.FrameworkElement –>
Go Back
OnCreateAutomationPeer()
Return Value
Return Type | Description |
AutomationPeer<!– System.Windows.Automation.Peers.AutomationPeer –> | |
Parameters
<!– System.Windows.UIElement(overriden) –>
Go Back
OnDeactivated(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnDragEnter(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnDragLeave(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnDragOver(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnDrop(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnGiveFeedback(GiveFeedbackEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | GiveFeedbackEventArgs<!– System.Windows.GiveFeedbackEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnGotFocus(RoutedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | RoutedEventArgs<!– System.Windows.RoutedEventArgs –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnGotMouseCapture(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnGotStylusCapture(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnGotTouchCapture(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnInitialized(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.FrameworkElement –>
Go Back
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnKeyDown(KeyEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnKeyUp(KeyEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnLocationChanged(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnLostFocus(RoutedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | RoutedEventArgs<!– System.Windows.RoutedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnLostMouseCapture(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnLostStylusCapture(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnLostTouchCapture(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationBoundaryFeedbackEventArgs<!– System.Windows.Input.ManipulationBoundaryFeedbackEventArgs –> | |
<!– System.Windows.UIElement(overriden) –>
Go Back
OnManipulationCompleted(ManipulationCompletedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationCompletedEventArgs<!– System.Windows.Input.ManipulationCompletedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnManipulationDelta(ManipulationDeltaEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationDeltaEventArgs<!– System.Windows.Input.ManipulationDeltaEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationInertiaStartingEventArgs<!– System.Windows.Input.ManipulationInertiaStartingEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnManipulationStarted(ManipulationStartedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationStartedEventArgs<!– System.Windows.Input.ManipulationStartedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnManipulationStarting(ManipulationStartingEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ManipulationStartingEventArgs<!– System.Windows.Input.ManipulationStartingEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.Controls.Control –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnMouseEnter(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnMouseLeave(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnMouseMove(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnMouseWheel(MouseWheelEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseWheelEventArgs<!– System.Windows.Input.MouseWheelEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewDragEnter(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewDragLeave(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewDragOver(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewDrop(DragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DragEventArgs<!– System.Windows.DragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewGiveFeedback(GiveFeedbackEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | GiveFeedbackEventArgs<!– System.Windows.GiveFeedbackEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewKeyDown(KeyEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewKeyUp(KeyEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.Controls.Control –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewMouseMove(MouseEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewMouseWheel(MouseWheelEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | MouseWheelEventArgs<!– System.Windows.Input.MouseWheelEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | QueryContinueDragEventArgs<!– System.Windows.QueryContinueDragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusDown(StylusDownEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusDownEventArgs<!– System.Windows.Input.StylusDownEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusInAirMove(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusInRange(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusMove(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusOutOfRange(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusSystemGestureEventArgs<!– System.Windows.Input.StylusSystemGestureEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewStylusUp(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewTextInput(TextCompositionEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TextCompositionEventArgs<!– System.Windows.Input.TextCompositionEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewTouchDown(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewTouchMove(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPreviewTouchUp(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> | |
<!– System.Windows.DependencyObject(overriden) –>
Go Back
OnQueryContinueDrag(QueryContinueDragEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | QueryContinueDragEventArgs<!– System.Windows.QueryContinueDragEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnQueryCursor(QueryCursorEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | QueryCursorEventArgs<!– System.Windows.Input.QueryCursorEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnRender(DrawingContext)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
drawingContext | DrawingContext<!– System.Windows.Media.DrawingContext –> | |
<!– System.Windows.UIElement –>
Go Back
OnSourceInitialized(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
OnStateChanged(EventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | EventArgs<!– System.EventArgs –> | |
<!– System.Windows.Window –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusDown(StylusDownEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusDownEventArgs<!– System.Windows.Input.StylusDownEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusEnter(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusInAirMove(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusInRange(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusLeave(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusMove(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusOutOfRange(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusSystemGesture(StylusSystemGestureEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusSystemGestureEventArgs<!– System.Windows.Input.StylusSystemGestureEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnStylusUp(StylusEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnTemplateChanged(ControlTemplate, ControlTemplate)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
oldTemplate | ControlTemplate<!– System.Windows.Controls.ControlTemplate –> | |
newTemplate | ControlTemplate<!– System.Windows.Controls.ControlTemplate –> | |
<!– System.Windows.Controls.Control –>
Go Back
OnTextInput(TextCompositionEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TextCompositionEventArgs<!– System.Windows.Input.TextCompositionEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ToolTipEventArgs<!– System.Windows.Controls.ToolTipEventArgs –> | |
<!– System.Windows.FrameworkElement –>
Go Back
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | ToolTipEventArgs<!– System.Windows.Controls.ToolTipEventArgs –> | |
<!– System.Windows.FrameworkElement –>
Go Back
OnTouchDown(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnTouchEnter(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnTouchLeave(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnTouchMove(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
OnTouchUp(TouchEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
e | TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> | |
<!– System.Windows.UIElement –>
Go Back
RemoveVisualChild(Visual)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
child | Visual<!– System.Windows.Media.Visual –> | |
<!– System.Windows.Media.Visual –>
Go Back
Public Properties
ActualHeight
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
ActualWidth
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
AllowDrop
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
AllowsTransparency
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Window –>
Go Back
AreAnyTouchesCaptured
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
AreAnyTouchesCapturedWithin
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
AreAnyTouchesDirectlyOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
AreAnyTouchesOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
Background
Return Value
Return Type |
Brush<!– System.Windows.Media.Brush –> |
<!– System.Windows.Controls.Control –>
Go Back
BindingGroup
Return Value
Return Type |
BindingGroup<!– System.Windows.Data.BindingGroup –> |
<!– System.Windows.FrameworkElement –>
Go Back
BorderBrush
Return Value
Return Type |
Brush<!– System.Windows.Media.Brush –> |
<!– System.Windows.Controls.Control –>
Go Back
BorderThickness
Return Value
Return Type |
Thickness<!– System.Windows.Thickness –> |
<!– System.Windows.Controls.Control –>
Go Back
CacheMode
Return Value
Return Type |
CacheMode<!– System.Windows.Media.CacheMode –> |
<!– System.Windows.UIElement –>
Go Back
Clip
Return Value
Return Type |
Geometry<!– System.Windows.Media.Geometry –> |
<!– System.Windows.UIElement –>
Go Back
ClipToBounds
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
CommandBindings
Return Value
Return Type |
CommandBindingCollection<!– System.Windows.Input.CommandBindingCollection –> |
<!– System.Windows.UIElement –>
Go Back
Content
Return Value
Return Type |
Object<!– System.Object –> |
<!– System.Windows.Controls.ContentControl –>
Go Back
ContentStringFormat
Return Value
Return Type |
String<!– System.String –> |
<!– System.Windows.Controls.ContentControl –>
Go Back
ContentTemplate
Return Value
Return Type |
DataTemplate<!– System.Windows.DataTemplate –> |
<!– System.Windows.Controls.ContentControl –>
Go Back
ContentTemplateSelector
Return Value
Return Type |
DataTemplateSelector<!– System.Windows.Controls.DataTemplateSelector –> |
<!– System.Windows.Controls.ContentControl –>
Go Back
Return Value
Return Type |
ContextMenu<!– System.Windows.Controls.ContextMenu –> |
<!– System.Windows.FrameworkElement –>
Go Back
Cursor
Return Value
Return Type |
Cursor<!– System.Windows.Input.Cursor –> |
<!– System.Windows.FrameworkElement –>
Go Back
DataContext
Return Value
Return Type |
Object<!– System.Object –> |
<!– System.Windows.FrameworkElement –>
Go Back
DependencyObjectType
Return Value
Return Type |
DependencyObjectType<!– System.Windows.DependencyObjectType –> |
<!– System.Windows.DependencyObject –>
Go Back
DesiredSize
Return Value
Return Type |
Size<!– System.Windows.Size –> |
<!– System.Windows.UIElement –>
Go Back
DialogResult
Return Value
Return Type |
Nullable<Boolean><!– System.Nullable{System.Boolean} –> |
<!– System.Windows.Window –>
Go Back
Dispatcher
Return Value
Return Type |
Dispatcher<!– System.Windows.Threading.Dispatcher –> |
<!– System.Windows.Threading.DispatcherObject –>
Go Back
Effect
Return Value
Return Type |
Effect<!– System.Windows.Media.Effects.Effect –> |
<!– System.Windows.UIElement –>
Go Back
FlowDirection
Return Value
Return Type |
FlowDirection<!– System.Windows.FlowDirection –> |
<!– System.Windows.FrameworkElement –>
Go Back
FocusVisualStyle
Return Value
Return Type |
Style<!– System.Windows.Style –> |
<!– System.Windows.FrameworkElement –>
Go Back
Focusable
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
FontFamily
Return Value
Return Type |
FontFamily<!– System.Windows.Media.FontFamily –> |
<!– System.Windows.Controls.Control –>
Go Back
FontSize
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.Controls.Control –>
Go Back
FontStretch
Return Value
Return Type |
FontStretch<!– System.Windows.FontStretch –> |
<!– System.Windows.Controls.Control –>
Go Back
FontStyle
Return Value
Return Type |
FontStyle<!– System.Windows.FontStyle –> |
<!– System.Windows.Controls.Control –>
Go Back
FontWeight
Return Value
Return Type |
FontWeight<!– System.Windows.FontWeight –> |
<!– System.Windows.Controls.Control –>
Go Back
ForceCursor
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.FrameworkElement –>
Go Back
Foreground
Return Value
Return Type |
Brush<!– System.Windows.Media.Brush –> |
<!– System.Windows.Controls.Control –>
Go Back
HasAnimatedProperties
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
HasContent
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Controls.ContentControl –>
Go Back
Height
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
HorizontalAlignment
Return Value
Return Type |
HorizontalAlignment<!– System.Windows.HorizontalAlignment –> |
<!– System.Windows.FrameworkElement –>
Go Back
HorizontalContentAlignment
Return Value
Return Type |
HorizontalAlignment<!– System.Windows.HorizontalAlignment –> |
<!– System.Windows.Controls.Control –>
Go Back
Icon
Return Value
Return Type |
ImageSource<!– System.Windows.Media.ImageSource –> |
<!– System.Windows.Window –>
Go Back
Return Value
Return Type |
InputBindingCollection<!– System.Windows.Input.InputBindingCollection –> |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type |
InputScope<!– System.Windows.Input.InputScope –> |
<!– System.Windows.FrameworkElement –>
Go Back
IsActive
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Window –>
Go Back
IsArrangeValid
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsEnabled
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsFocused
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsHitTestVisible
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsInitialized
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.FrameworkElement –>
Go Back
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsKeyboardFocusWithin
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsKeyboardFocused
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsLoaded
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.FrameworkElement –>
Go Back
IsManipulationEnabled
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsMeasureValid
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseCaptureWithin
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseCaptured
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseDirectlyOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsSealed
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.DependencyObject –>
Go Back
IsStylusCaptureWithin
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusCaptured
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusDirectlyOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusOver
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
IsTabStop
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Controls.Control –>
Go Back
IsVisible
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
Language
Return Value
Return Type |
XmlLanguage<!– System.Windows.Markup.XmlLanguage –> |
<!– System.Windows.FrameworkElement –>
Go Back
Return Value
Return Type |
Transform<!– System.Windows.Media.Transform –> |
<!– System.Windows.FrameworkElement –>
Go Back
Left
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.Window –>
Go Back
Margin
Return Value
Return Type |
Thickness<!– System.Windows.Thickness –> |
<!– System.Windows.FrameworkElement –>
Go Back
MaxHeight
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
MaxWidth
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
MinHeight
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
MinWidth
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
Name
Return Value
Return Type |
String<!– System.String –> |
<!– System.Windows.FrameworkElement –>
Go Back
Opacity
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.UIElement –>
Go Back
OpacityMask
Return Value
Return Type |
Brush<!– System.Windows.Media.Brush –> |
<!– System.Windows.UIElement –>
Go Back
OverridesDefaultStyle
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.FrameworkElement –>
Go Back
OwnedWindows
Return Value
Return Type |
WindowCollection<!– System.Windows.WindowCollection –> |
<!– System.Windows.Window –>
Go Back
Owner
Return Value
Return Type |
Window<!– System.Windows.Window –> |
<!– System.Windows.Window –>
Go Back
Padding
Return Value
Return Type |
Thickness<!– System.Windows.Thickness –> |
<!– System.Windows.Controls.Control –>
Go Back
Parent
Return Value
Return Type |
DependencyObject<!– System.Windows.DependencyObject –> |
<!– System.Windows.FrameworkElement –>
Go Back
RenderSize
Return Value
Return Type |
Size<!– System.Windows.Size –> |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type |
Transform<!– System.Windows.Media.Transform –> |
<!– System.Windows.UIElement –>
Go Back
Return Value
Return Type |
Point<!– System.Windows.Point –> |
<!– System.Windows.UIElement –>
Go Back
ResizeMode
Return Value
Return Type |
ResizeMode<!– System.Windows.ResizeMode –> |
<!– System.Windows.Window –>
Go Back
Resources
Return Value
Return Type |
ResourceDictionary<!– System.Windows.ResourceDictionary –> |
<!– System.Windows.FrameworkElement –>
Go Back
RestoreBounds
Return Value
Return Type |
Rect<!– System.Windows.Rect –> |
<!– System.Windows.Window –>
Go Back
ShowActivated
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Window –>
Go Back
ShowInTaskbar
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Window –>
Go Back
SizeToContent
Return Value
Return Type |
SizeToContent<!– System.Windows.SizeToContent –> |
<!– System.Windows.Window –>
Go Back
SnapsToDevicePixels
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
Style
Return Value
Return Type |
Style<!– System.Windows.Style –> |
<!– System.Windows.FrameworkElement –>
Go Back
TabIndex
Return Value
Return Type |
Int32<!– System.Int32 –> |
<!– System.Windows.Controls.Control –>
Go Back
Tag
Return Value
Return Type |
Object<!– System.Object –> |
<!– System.Windows.FrameworkElement –>
Go Back
TaskbarItemInfo
Return Value
Return Type |
TaskbarItemInfo<!– System.Windows.Shell.TaskbarItemInfo –> |
<!– System.Windows.Window –>
Go Back
Template
Return Value
Return Type |
ControlTemplate<!– System.Windows.Controls.ControlTemplate –> |
<!– System.Windows.Controls.Control –>
Go Back
TemplatedParent
Return Value
Return Type |
DependencyObject<!– System.Windows.DependencyObject –> |
<!– System.Windows.FrameworkElement –>
Go Back
Title
Return Value
Return Type |
String<!– System.String –> |
<!– System.Windows.Window –>
Go Back
Return Value
Return Type |
Object<!– System.Object –> |
<!– System.Windows.FrameworkElement –>
Go Back
Top
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.Window –>
Go Back
Topmost
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.Window –>
Go Back
TouchesCaptured
Return Value
Return Type |
IEnumerable<TouchDevice><!– System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} –> |
<!– System.Windows.UIElement –>
Go Back
TouchesCapturedWithin
Return Value
Return Type |
IEnumerable<TouchDevice><!– System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} –> |
<!– System.Windows.UIElement –>
Go Back
TouchesDirectlyOver
Return Value
Return Type |
IEnumerable<TouchDevice><!– System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} –> |
<!– System.Windows.UIElement –>
Go Back
TouchesOver
Return Value
Return Type |
IEnumerable<TouchDevice><!– System.Collections.Generic.IEnumerable{System.Windows.Input.TouchDevice} –> |
<!– System.Windows.UIElement –>
Go Back
Triggers
Return Value
Return Type |
TriggerCollection<!– System.Windows.TriggerCollection –> |
<!– System.Windows.FrameworkElement –>
Go Back
Uid
Return Value
Return Type |
String<!– System.String –> |
<!– System.Windows.UIElement –>
Go Back
UseLayoutRounding
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.FrameworkElement –>
Go Back
VerticalAlignment
Return Value
Return Type |
VerticalAlignment<!– System.Windows.VerticalAlignment –> |
<!– System.Windows.FrameworkElement –>
Go Back
VerticalContentAlignment
Return Value
Return Type |
VerticalAlignment<!– System.Windows.VerticalAlignment –> |
<!– System.Windows.Controls.Control –>
Go Back
Visibility
Return Value
Return Type |
Visibility<!– System.Windows.Visibility –> |
<!– System.Windows.UIElement –>
Go Back
Width
Return Value
Return Type |
Double<!– System.Double –> |
<!– System.Windows.FrameworkElement –>
Go Back
WindowStartupLocation
Return Value
Return Type |
WindowStartupLocation<!– System.Windows.WindowStartupLocation –> |
<!– System.Windows.Window –>
Go Back
WindowState
Return Value
Return Type |
WindowState<!– System.Windows.WindowState –> |
<!– System.Windows.Window –>
Go Back
WindowStyle
Return Value
Return Type |
WindowStyle<!– System.Windows.WindowStyle –> |
<!– System.Windows.Window –>
Go Back
Protected Properties
IsEnabledCore
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– System.Windows.UIElement –>
Go Back
StylusPlugIns
Return Value
Return Type |
StylusPlugInCollection<!– System.Windows.Input.StylusPlugIns.StylusPlugInCollection –> |
<!– System.Windows.UIElement –>
Go Back
VisualChildrenCount
Return Value
Return Type |
Int32<!– System.Int32 –> |
<!– System.Windows.Media.Visual(overriden) –>
Go Back
VisualParent
Return Value
Return Type |
DependencyObject<!– System.Windows.DependencyObject –> |
<!– System.Windows.Media.Visual –>
Go Back
Public Events
Activated
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
Closed
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
Closing
Event Arguments
Event Arguments |
CancelEventArgs<!– System.ComponentModel.CancelEventArgs –> |
<!– System.Windows.Window –>
Go Back
ContentRendered
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
Event Arguments
Event Arguments |
ContextMenuEventArgs<!– System.Windows.Controls.ContextMenuEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
Event Arguments
Event Arguments |
ContextMenuEventArgs<!– System.Windows.Controls.ContextMenuEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
DataContextChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
Deactivated
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
DragEnter
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
DragLeave
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
DragOver
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Drop
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
FocusableChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GiveFeedback
Event Arguments
Event Arguments |
GiveFeedbackEventArgs<!– System.Windows.GiveFeedbackEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GotFocus
Event Arguments
Event Arguments |
RoutedEventArgs<!– System.Windows.RoutedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GotKeyboardFocus
Event Arguments
Event Arguments |
KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GotMouseCapture
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GotStylusCapture
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
GotTouchCapture
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Initialized
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
IsEnabledChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsHitTestVisibleChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsKeyboardFocusWithinChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsKeyboardFocusedChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseCaptureWithinChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseCapturedChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsMouseDirectlyOverChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusCaptureWithinChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusCapturedChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsStylusDirectlyOverChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
IsVisibleChanged
Event Arguments
Event Arguments |
DependencyPropertyChangedEventArgs<!– System.Windows.DependencyPropertyChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
KeyDown
Event Arguments
Event Arguments |
KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
KeyUp
Event Arguments
Event Arguments |
KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
LayoutUpdated
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Loaded
Event Arguments
Event Arguments |
RoutedEventArgs<!– System.Windows.RoutedEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
LocationChanged
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
LostFocus
Event Arguments
Event Arguments |
RoutedEventArgs<!– System.Windows.RoutedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
LostKeyboardFocus
Event Arguments
Event Arguments |
KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
LostMouseCapture
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
LostStylusCapture
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
LostTouchCapture
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationBoundaryFeedback
Event Arguments
Event Arguments |
ManipulationBoundaryFeedbackEventArgs<!– System.Windows.Input.ManipulationBoundaryFeedbackEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationCompleted
Event Arguments
Event Arguments |
ManipulationCompletedEventArgs<!– System.Windows.Input.ManipulationCompletedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationDelta
Event Arguments
Event Arguments |
ManipulationDeltaEventArgs<!– System.Windows.Input.ManipulationDeltaEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationInertiaStarting
Event Arguments
Event Arguments |
ManipulationInertiaStartingEventArgs<!– System.Windows.Input.ManipulationInertiaStartingEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationStarted
Event Arguments
Event Arguments |
ManipulationStartedEventArgs<!– System.Windows.Input.ManipulationStartedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
ManipulationStarting
Event Arguments
Event Arguments |
ManipulationStartingEventArgs<!– System.Windows.Input.ManipulationStartingEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseDoubleClick
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.Controls.Control –>
Go Back
MouseDown
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseEnter
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseLeave
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseMove
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseUp
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
MouseWheel
Event Arguments
Event Arguments |
MouseWheelEventArgs<!– System.Windows.Input.MouseWheelEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewDragEnter
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewDragLeave
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewDragOver
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewDrop
Event Arguments
Event Arguments |
DragEventArgs<!– System.Windows.DragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewGiveFeedback
Event Arguments
Event Arguments |
GiveFeedbackEventArgs<!– System.Windows.GiveFeedbackEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewGotKeyboardFocus
Event Arguments
Event Arguments |
KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewKeyDown
Event Arguments
Event Arguments |
KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewKeyUp
Event Arguments
Event Arguments |
KeyEventArgs<!– System.Windows.Input.KeyEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewLostKeyboardFocus
Event Arguments
Event Arguments |
KeyboardFocusChangedEventArgs<!– System.Windows.Input.KeyboardFocusChangedEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewMouseDoubleClick
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.Controls.Control –>
Go Back
PreviewMouseDown
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewMouseMove
Event Arguments
Event Arguments |
MouseEventArgs<!– System.Windows.Input.MouseEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewMouseUp
Event Arguments
Event Arguments |
MouseButtonEventArgs<!– System.Windows.Input.MouseButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewMouseWheel
Event Arguments
Event Arguments |
MouseWheelEventArgs<!– System.Windows.Input.MouseWheelEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewQueryContinueDrag
Event Arguments
Event Arguments |
QueryContinueDragEventArgs<!– System.Windows.QueryContinueDragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusDown
Event Arguments
Event Arguments |
StylusDownEventArgs<!– System.Windows.Input.StylusDownEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusInAirMove
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusInRange
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusMove
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusOutOfRange
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusSystemGesture
Event Arguments
Event Arguments |
StylusSystemGestureEventArgs<!– System.Windows.Input.StylusSystemGestureEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewStylusUp
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewTextInput
Event Arguments
Event Arguments |
TextCompositionEventArgs<!– System.Windows.Input.TextCompositionEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewTouchDown
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewTouchMove
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
PreviewTouchUp
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
QueryContinueDrag
Event Arguments
Event Arguments |
QueryContinueDragEventArgs<!– System.Windows.QueryContinueDragEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
QueryCursor
Event Arguments
Event Arguments |
QueryCursorEventArgs<!– System.Windows.Input.QueryCursorEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
RequestBringIntoView
Event Arguments
Event Arguments |
RequestBringIntoViewEventArgs<!– System.Windows.RequestBringIntoViewEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
SizeChanged
Event Arguments
Event Arguments |
SizeChangedEventArgs<!– System.Windows.SizeChangedEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
SourceInitialized
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
SourceUpdated
Event Arguments
Event Arguments |
DataTransferEventArgs<!– System.Windows.Data.DataTransferEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
StateChanged
Event Arguments
Event Arguments |
EventArgs<!– System.EventArgs –> |
<!– System.Windows.Window –>
Go Back
Event Arguments
Event Arguments |
StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
StylusButtonEventArgs<!– System.Windows.Input.StylusButtonEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusDown
Event Arguments
Event Arguments |
StylusDownEventArgs<!– System.Windows.Input.StylusDownEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusEnter
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusInAirMove
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusInRange
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusLeave
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusMove
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusOutOfRange
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusSystemGesture
Event Arguments
Event Arguments |
StylusSystemGestureEventArgs<!– System.Windows.Input.StylusSystemGestureEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
StylusUp
Event Arguments
Event Arguments |
StylusEventArgs<!– System.Windows.Input.StylusEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
TargetUpdated
Event Arguments
Event Arguments |
DataTransferEventArgs<!– System.Windows.Data.DataTransferEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
TextInput
Event Arguments
Event Arguments |
TextCompositionEventArgs<!– System.Windows.Input.TextCompositionEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Event Arguments
Event Arguments |
ToolTipEventArgs<!– System.Windows.Controls.ToolTipEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
Event Arguments
Event Arguments |
ToolTipEventArgs<!– System.Windows.Controls.ToolTipEventArgs –> |
<!– System.Windows.FrameworkElement –>
Go Back
TouchDown
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
TouchEnter
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
TouchLeave
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
TouchMove
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
TouchUp
Event Arguments
Event Arguments |
TouchEventArgs<!– System.Windows.Input.TouchEventArgs –> |
<!– System.Windows.UIElement –>
Go Back
Unloaded
Event Arguments