This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightedition.mousemaptool [2015/09/21 03:29] admin |
thinkgeo.mapsuite.silverlightedition.mousemaptool [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents the mouse operation tools. | This class represents the mouse operation tools. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 13: | Line 16: | ||
** {{wiki:PublicMethod.gif|}} MouseMapTool() ** | ** {{wiki:PublicMethod.gif|}} MouseMapTool() ** | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Remarks == | == Remarks == | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} MouseMapTool(Map) ** | ** {{wiki:PublicMethod.gif|}} MouseMapTool(Map) ** | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Remarks == | == Remarks == | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Parameters == | == Parameters == | ||
* //map// | * //map// | ||
Line 31: | Line 34: | ||
** {{wiki:PublicMethod.gif|}} MouseMapTool(Map,Boolean) ** | ** {{wiki:PublicMethod.gif|}} MouseMapTool(Map,Boolean) ** | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Remarks == | == Remarks == | ||
- | This is the constructor of the MouseMapTool class. | + | * //This is the constructor of the MouseMapTool class.// |
== Parameters == | == Parameters == | ||
* //map// | * //map// | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} OnApplyTemplate() ** | ** {{wiki:PublicMethod.gif|}} OnApplyTemplate() ** | ||
- | Builds the visual tree for the MouseMapTool control when a new template is applied. | + | * //Builds the visual tree for the MouseMapTool control when a new template is applied.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 60: | Line 63: | ||
** {{wiki:PublicMethod.gif|}} Focus() ** | ** {{wiki:PublicMethod.gif|}} Focus() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 72: | Line 75: | ||
** {{wiki:PublicMethod.gif|}} ApplyTemplate() ** | ** {{wiki:PublicMethod.gif|}} ApplyTemplate() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 84: | Line 87: | ||
** {{wiki:PublicMethod.gif|}} FindName(String) ** | ** {{wiki:PublicMethod.gif|}} FindName(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 100: | Line 103: | ||
** {{wiki:PublicMethod.gif|}} SetBinding(DependencyProperty,Binding) ** | ** {{wiki:PublicMethod.gif|}} SetBinding(DependencyProperty,Binding) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 120: | Line 123: | ||
** {{wiki:PublicMethod.gif|}} GetBindingExpression(DependencyProperty) ** | ** {{wiki:PublicMethod.gif|}} GetBindingExpression(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 136: | Line 139: | ||
** {{wiki:PublicMethod.gif|}} AddHandler(RoutedEvent,Delegate,Boolean) ** | ** {{wiki:PublicMethod.gif|}} AddHandler(RoutedEvent,Delegate,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 160: | Line 163: | ||
** {{wiki:PublicMethod.gif|}} RemoveHandler(RoutedEvent,Delegate) ** | ** {{wiki:PublicMethod.gif|}} RemoveHandler(RoutedEvent,Delegate) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 180: | Line 183: | ||
** {{wiki:PublicMethod.gif|}} TransformToVisual(UIElement) ** | ** {{wiki:PublicMethod.gif|}} TransformToVisual(UIElement) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 196: | Line 199: | ||
** {{wiki:PublicMethod.gif|}} Measure(Size) ** | ** {{wiki:PublicMethod.gif|}} Measure(Size) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 212: | Line 215: | ||
** {{wiki:PublicMethod.gif|}} Arrange(Rect) ** | ** {{wiki:PublicMethod.gif|}} Arrange(Rect) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 228: | Line 231: | ||
** {{wiki:PublicMethod.gif|}} CaptureMouse() ** | ** {{wiki:PublicMethod.gif|}} CaptureMouse() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 240: | Line 243: | ||
** {{wiki:PublicMethod.gif|}} ReleaseMouseCapture() ** | ** {{wiki:PublicMethod.gif|}} ReleaseMouseCapture() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 252: | Line 255: | ||
** {{wiki:PublicMethod.gif|}} InvalidateMeasure() ** | ** {{wiki:PublicMethod.gif|}} InvalidateMeasure() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 264: | Line 267: | ||
** {{wiki:PublicMethod.gif|}} InvalidateArrange() ** | ** {{wiki:PublicMethod.gif|}} InvalidateArrange() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 276: | Line 279: | ||
** {{wiki:PublicMethod.gif|}} UpdateLayout() ** | ** {{wiki:PublicMethod.gif|}} UpdateLayout() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 288: | Line 291: | ||
** {{wiki:PublicMethod.gif|}} CheckAccess() ** | ** {{wiki:PublicMethod.gif|}} CheckAccess() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 300: | Line 303: | ||
** {{wiki:PublicMethod.gif|}} SetValue(DependencyProperty,Object) ** | ** {{wiki:PublicMethod.gif|}} SetValue(DependencyProperty,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 320: | Line 323: | ||
** {{wiki:PublicMethod.gif|}} ClearValue(DependencyProperty) ** | ** {{wiki:PublicMethod.gif|}} ClearValue(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 336: | Line 339: | ||
** {{wiki:PublicMethod.gif|}} ReadLocalValue(DependencyProperty) ** | ** {{wiki:PublicMethod.gif|}} ReadLocalValue(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 352: | Line 355: | ||
** {{wiki:PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) ** | ** {{wiki:PublicMethod.gif|}} GetAnimationBaseValue(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 368: | Line 371: | ||
** {{wiki:PublicMethod.gif|}} GetValue(DependencyProperty) ** | ** {{wiki:PublicMethod.gif|}} GetValue(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 384: | Line 387: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 396: | Line 399: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 412: | Line 415: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 424: | Line 427: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 437: | Line 440: | ||
** {{wiki:ProtectedMethod.gif|}} EnabledChangedCore(Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} EnabledChangedCore(Boolean) ** | ||
- | Occcurs when the Enabled property changes | + | * //Occcurs when the Enabled property changes// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 453: | Line 456: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrop(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 469: | Line 472: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseMove(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseMove(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 485: | Line 488: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseEnter(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseEnter(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 501: | Line 504: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseLeave(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseLeave(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 517: | Line 520: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseLeftButtonDown(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseLeftButtonDown(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 533: | Line 536: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseLeftButtonUp(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseLeftButtonUp(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 549: | Line 552: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseRightButtonDown(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseRightButtonDown(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 565: | Line 568: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseRightButtonUp(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseRightButtonUp(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 581: | Line 584: | ||
** {{wiki:ProtectedMethod.gif|}} NativeMouseWheel(MouseWheelEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeMouseWheel(MouseWheelEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 597: | Line 600: | ||
** {{wiki:ProtectedMethod.gif|}} NativeKeyUp(KeyEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeKeyUp(KeyEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 613: | Line 616: | ||
** {{wiki:ProtectedMethod.gif|}} NativeKeyDown(KeyEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeKeyDown(KeyEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 629: | Line 632: | ||
** {{wiki:ProtectedMethod.gif|}} NativeGotFocus(RoutedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeGotFocus(RoutedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 645: | Line 648: | ||
** {{wiki:ProtectedMethod.gif|}} NativeLostFocus(RoutedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeLostFocus(RoutedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 661: | Line 664: | ||
** {{wiki:ProtectedMethod.gif|}} NativeIsEnabledChanged(IsEnabledChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeIsEnabledChanged(IsEnabledChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 677: | Line 680: | ||
** {{wiki:ProtectedMethod.gif|}} GetValueFromBuiltInStyle(DependencyProperty,Object&) ** | ** {{wiki:ProtectedMethod.gif|}} GetValueFromBuiltInStyle(DependencyProperty,Object&) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 697: | Line 700: | ||
** {{wiki:ProtectedMethod.gif|}} NativeOnLostMouseCapture(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeOnLostMouseCapture(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 713: | Line 716: | ||
** {{wiki:ProtectedMethod.gif|}} NativeTextInput(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeTextInput(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 729: | Line 732: | ||
** {{wiki:ProtectedMethod.gif|}} NativeTextInputStart(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeTextInputStart(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 745: | Line 748: | ||
** {{wiki:ProtectedMethod.gif|}} NativeTextInputUpdate(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeTextInputUpdate(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 761: | Line 764: | ||
** {{wiki:ProtectedMethod.gif|}} NativeDragEnter(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeDragEnter(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 777: | Line 780: | ||
** {{wiki:ProtectedMethod.gif|}} NativeDragLeave(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeDragLeave(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 793: | Line 796: | ||
** {{wiki:ProtectedMethod.gif|}} NativeDragOver(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeDragOver(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 809: | Line 812: | ||
** {{wiki:ProtectedMethod.gif|}} NativeDrop(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NativeDrop(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 825: | Line 828: | ||
** {{wiki:ProtectedMethod.gif|}} ShowValidationError() ** | ** {{wiki:ProtectedMethod.gif|}} ShowValidationError() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 837: | Line 840: | ||
** {{wiki:ProtectedMethod.gif|}} HideValidationError() ** | ** {{wiki:ProtectedMethod.gif|}} HideValidationError() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 849: | Line 852: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateValidationState() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateValidationState() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 861: | Line 864: | ||
** {{wiki:ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnManipulationStarted(ManipulationStartedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 877: | Line 880: | ||
** {{wiki:ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnManipulationDelta(ManipulationDeltaEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 893: | Line 896: | ||
** {{wiki:ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnManipulationCompleted(ManipulationCompletedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 909: | Line 912: | ||
** {{wiki:ProtectedMethod.gif|}} OnTap(GestureEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTap(GestureEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 925: | Line 928: | ||
** {{wiki:ProtectedMethod.gif|}} OnDoubleTap(GestureEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDoubleTap(GestureEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 941: | Line 944: | ||
** {{wiki:ProtectedMethod.gif|}} OnHold(GestureEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnHold(GestureEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 957: | Line 960: | ||
** {{wiki:ProtectedMethod.gif|}} GetTemplateChild(String) ** | ** {{wiki:ProtectedMethod.gif|}} GetTemplateChild(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 973: | Line 976: | ||
** {{wiki:ProtectedMethod.gif|}} RemoveTemplateBinding(FrameworkElement,DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} RemoveTemplateBinding(FrameworkElement,DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 993: | Line 996: | ||
** {{wiki:ProtectedMethod.gif|}} GoToState(Boolean,String) ** | ** {{wiki:ProtectedMethod.gif|}} GoToState(Boolean,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1013: | Line 1016: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseMove(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1029: | Line 1032: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseEnter(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1045: | Line 1048: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeave(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1061: | Line 1064: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1077: | Line 1080: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1093: | Line 1096: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonDown(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1109: | Line 1112: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseRightButtonUp(MouseButtonEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1125: | Line 1128: | ||
** {{wiki:ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMouseWheel(MouseWheelEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1141: | Line 1144: | ||
** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnKeyUp(KeyEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1157: | Line 1160: | ||
** {{wiki:ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnKeyDown(KeyEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1173: | Line 1176: | ||
** {{wiki:ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnGotFocus(RoutedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1189: | Line 1192: | ||
** {{wiki:ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnLostFocus(RoutedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1205: | Line 1208: | ||
** {{wiki:ProtectedMethod.gif|}} OnIsEnabledChanged(IsEnabledChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnIsEnabledChanged(IsEnabledChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1221: | Line 1224: | ||
** {{wiki:ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnLostMouseCapture(MouseEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1237: | Line 1240: | ||
** {{wiki:ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTextInput(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1253: | Line 1256: | ||
** {{wiki:ProtectedMethod.gif|}} OnTextInputStart(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTextInputStart(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1269: | Line 1272: | ||
** {{wiki:ProtectedMethod.gif|}} OnTextInputUpdate(TextCompositionEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTextInputUpdate(TextCompositionEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1285: | Line 1288: | ||
** {{wiki:ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDragEnter(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1301: | Line 1304: | ||
** {{wiki:ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDragLeave(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1317: | Line 1320: | ||
** {{wiki:ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDragOver(DragEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1333: | Line 1336: | ||
** {{wiki:ProtectedMethod.gif|}} ApplyTemplateInternal() ** | ** {{wiki:ProtectedMethod.gif|}} ApplyTemplateInternal() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1345: | Line 1348: | ||
** {{wiki:ProtectedMethod.gif|}} GetValueInternal(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} GetValueInternal(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1361: | Line 1364: | ||
** {{wiki:ProtectedMethod.gif|}} MeasureOverride(Size) ** | ** {{wiki:ProtectedMethod.gif|}} MeasureOverride(Size) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1377: | Line 1380: | ||
** {{wiki:ProtectedMethod.gif|}} ArrangeOverride(Size) ** | ** {{wiki:ProtectedMethod.gif|}} ArrangeOverride(Size) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1393: | Line 1396: | ||
** {{wiki:ProtectedMethod.gif|}} OnTreeParentUpdated(DependencyObject,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} OnTreeParentUpdated(DependencyObject,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1413: | Line 1416: | ||
** {{wiki:ProtectedMethod.gif|}} NotifyDataContextChanged(DataContextChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} NotifyDataContextChanged(DataContextChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1429: | Line 1432: | ||
** {{wiki:ProtectedMethod.gif|}} OnBindingValidationError(ValidationErrorEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnBindingValidationError(ValidationErrorEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1445: | Line 1448: | ||
** {{wiki:ProtectedMethod.gif|}} CalculateBubblePath() ** | ** {{wiki:ProtectedMethod.gif|}} CalculateBubblePath() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1457: | Line 1460: | ||
** {{wiki:ProtectedMethod.gif|}} RaiseBindingValidationError(ValidationErrorEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} RaiseBindingValidationError(ValidationErrorEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1473: | Line 1476: | ||
** {{wiki:ProtectedMethod.gif|}} OnSizeChanged(Object,SizeChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnSizeChanged(Object,SizeChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1493: | Line 1496: | ||
** {{wiki:ProtectedMethod.gif|}} OnAncestorDataContextChanged(DataContextChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnAncestorDataContextChanged(DataContextChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1509: | Line 1512: | ||
** {{wiki:ProtectedMethod.gif|}} IsDataContextChangeRelevant(DataContextChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} IsDataContextChangeRelevant(DataContextChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1525: | Line 1528: | ||
** {{wiki:ProtectedMethod.gif|}} OnDataContextChanged(DataContextChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDataContextChanged(DataContextChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1541: | Line 1544: | ||
** {{wiki:ProtectedMethod.gif|}} OnPropertyChanged(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} OnPropertyChanged(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1557: | Line 1560: | ||
** {{wiki:ProtectedMethod.gif|}} GetValueFromStyle(DependencyProperty,Object&) ** | ** {{wiki:ProtectedMethod.gif|}} GetValueFromStyle(DependencyProperty,Object&) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1577: | Line 1580: | ||
** {{wiki:ProtectedMethod.gif|}} HasFocus() ** | ** {{wiki:ProtectedMethod.gif|}} HasFocus() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1589: | Line 1592: | ||
** {{wiki:ProtectedMethod.gif|}} FindNameInPage(String,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} FindNameInPage(String,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1609: | Line 1612: | ||
** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** | ** {{wiki:ProtectedMethod.gif|}} GetPlainText() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1621: | Line 1624: | ||
** {{wiki:ProtectedMethod.gif|}} HitTest(Point) ** | ** {{wiki:ProtectedMethod.gif|}} HitTest(Point) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1637: | Line 1640: | ||
** {{wiki:ProtectedMethod.gif|}} HitTest(Rect) ** | ** {{wiki:ProtectedMethod.gif|}} HitTest(Rect) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1653: | Line 1656: | ||
** {{wiki:ProtectedMethod.gif|}} IsAncestorOf(UIElement) ** | ** {{wiki:ProtectedMethod.gif|}} IsAncestorOf(UIElement) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1669: | Line 1672: | ||
** {{wiki:ProtectedMethod.gif|}} OnCreateAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} OnCreateAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1681: | Line 1684: | ||
** {{wiki:ProtectedMethod.gif|}} GetOrCreateAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} GetOrCreateAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1693: | Line 1696: | ||
** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} GetAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1705: | Line 1708: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationPeer() ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateAutomationPeer() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1717: | Line 1720: | ||
** {{wiki:ProtectedMethod.gif|}} GetChildrenCount() ** | ** {{wiki:ProtectedMethod.gif|}} GetChildrenCount() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1729: | Line 1732: | ||
** {{wiki:ProtectedMethod.gif|}} GetChild(Int32) ** | ** {{wiki:ProtectedMethod.gif|}} GetChild(Int32) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1745: | Line 1748: | ||
** {{wiki:ProtectedMethod.gif|}} BringIntoView() ** | ** {{wiki:ProtectedMethod.gif|}} BringIntoView() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1757: | Line 1760: | ||
** {{wiki:ProtectedMethod.gif|}} BringIntoView(Rect) ** | ** {{wiki:ProtectedMethod.gif|}} BringIntoView(Rect) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1773: | Line 1776: | ||
** {{wiki:ProtectedMethod.gif|}} GetIsUnloadingNode() ** | ** {{wiki:ProtectedMethod.gif|}} GetIsUnloadingNode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1785: | Line 1788: | ||
** {{wiki:ProtectedMethod.gif|}} PegManagedPeerNoRef() ** | ** {{wiki:ProtectedMethod.gif|}} PegManagedPeerNoRef() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1797: | Line 1800: | ||
** {{wiki:ProtectedMethod.gif|}} UnpegManagedPeerNoRef() ** | ** {{wiki:ProtectedMethod.gif|}} UnpegManagedPeerNoRef() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1809: | Line 1812: | ||
** {{wiki:ProtectedMethod.gif|}} GetManagedReference(UInt32) ** | ** {{wiki:ProtectedMethod.gif|}} GetManagedReference(UInt32) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1825: | Line 1828: | ||
** {{wiki:ProtectedMethod.gif|}} RefreshExpression(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} RefreshExpression(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1841: | Line 1844: | ||
** {{wiki:ProtectedMethod.gif|}} EnsureValueTable() ** | ** {{wiki:ProtectedMethod.gif|}} EnsureValueTable() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1853: | Line 1856: | ||
** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object) ** | ** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1873: | Line 1876: | ||
** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1897: | Line 1900: | ||
** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object,Boolean,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} SetValueInternal(DependencyProperty,Object,Boolean,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1925: | Line 1928: | ||
** {{wiki:ProtectedMethod.gif|}} ClearValueInternal(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} ClearValueInternal(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1941: | Line 1944: | ||
** {{wiki:ProtectedMethod.gif|}} ReadLocalValueInternal(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} ReadLocalValueInternal(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1957: | Line 1960: | ||
** {{wiki:ProtectedMethod.gif|}} IsPropertyDefault(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} IsPropertyDefault(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1973: | Line 1976: | ||
** {{wiki:ProtectedMethod.gif|}} GetMentor() ** | ** {{wiki:ProtectedMethod.gif|}} GetMentor() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 1985: | Line 1988: | ||
** {{wiki:ProtectedMethod.gif|}} PrepareCorePropertyExpression(DependencyProperty,Object) ** | ** {{wiki:ProtectedMethod.gif|}} PrepareCorePropertyExpression(DependencyProperty,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2005: | Line 2008: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateStyleBinding(DependencyProperty,Boolean&) ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateStyleBinding(DependencyProperty,Boolean&) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2025: | Line 2028: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Matrix) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Matrix) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2045: | Line 2048: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Matrix3D) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Matrix3D) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2065: | Line 2068: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Point) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Point) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2085: | Line 2088: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,DependencyObject) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,DependencyObject) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2105: | Line 2108: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Int32) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Int32) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2125: | Line 2128: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2145: | Line 2148: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Enum) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Enum) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2165: | Line 2168: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Color) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Color) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2185: | Line 2188: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Double) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,Double) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2205: | Line 2208: | ||
** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,GridLength) ** | ** {{wiki:ProtectedMethod.gif|}} SetValue(DependencyProperty,GridLength) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2225: | Line 2228: | ||
** {{wiki:ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} InvalidateProperty(DependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2241: | Line 2244: | ||
** {{wiki:ProtectedMethod.gif|}} GetOldValue(DependencyProperty,EffectiveValueEntry&) ** | ** {{wiki:ProtectedMethod.gif|}} GetOldValue(DependencyProperty,EffectiveValueEntry&) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2261: | Line 2264: | ||
** {{wiki:ProtectedMethod.gif|}} GetNewValue(DependencyProperty,EffectiveValueEntry&) ** | ** {{wiki:ProtectedMethod.gif|}} GetNewValue(DependencyProperty,EffectiveValueEntry&) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2281: | Line 2284: | ||
** {{wiki:ProtectedMethod.gif|}} SetEffectiveValue(DependencyProperty,EffectiveValueEntry&,Object) ** | ** {{wiki:ProtectedMethod.gif|}} SetEffectiveValue(DependencyProperty,EffectiveValueEntry&,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2305: | Line 2308: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateParentInheritanceContextPropagation() ** | ** {{wiki:ProtectedMethod.gif|}} UpdateParentInheritanceContextPropagation() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2317: | Line 2320: | ||
** {{wiki:ProtectedMethod.gif|}} SetAnimatedValue(DependencyProperty,Object) ** | ** {{wiki:ProtectedMethod.gif|}} SetAnimatedValue(DependencyProperty,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2337: | Line 2340: | ||
** {{wiki:ProtectedMethod.gif|}} ClearAnimatedValue(DependencyProperty,Boolean,Object) ** | ** {{wiki:ProtectedMethod.gif|}} ClearAnimatedValue(DependencyProperty,Boolean,Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2361: | Line 2364: | ||
** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChanged(Object,EventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnInheritanceContextChanged(Object,EventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2381: | Line 2384: | ||
** {{wiki:ProtectedMethod.gif|}} AddEventListener(DependencyProperty,Delegate) ** | ** {{wiki:ProtectedMethod.gif|}} AddEventListener(DependencyProperty,Delegate) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2401: | Line 2404: | ||
** {{wiki:ProtectedMethod.gif|}} AddEventListener(DependencyProperty,Delegate,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} AddEventListener(DependencyProperty,Delegate,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2425: | Line 2428: | ||
** {{wiki:ProtectedMethod.gif|}} RemoveEventListener(DependencyProperty,Delegate) ** | ** {{wiki:ProtectedMethod.gif|}} RemoveEventListener(DependencyProperty,Delegate) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2445: | Line 2448: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateTreeParent(IManagedPeer,IManagedPeer,Boolean,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} UpdateTreeParent(IManagedPeer,IManagedPeer,Boolean,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2473: | Line 2476: | ||
** {{wiki:ProtectedMethod.gif|}} UpdateTreeParentHelper(IManagedPeer,IManagedPeer,Boolean) ** | ** {{wiki:ProtectedMethod.gif|}} UpdateTreeParentHelper(IManagedPeer,IManagedPeer,Boolean) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2497: | Line 2500: | ||
** {{wiki:ProtectedMethod.gif|}} IsPropertyLocal(CoreDependencyProperty) ** | ** {{wiki:ProtectedMethod.gif|}} IsPropertyLocal(CoreDependencyProperty) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2513: | Line 2516: | ||
** {{wiki:ProtectedMethod.gif|}} OnParentEnter(IntPtr,UInt32,UInt32,UInt32,UInt32) ** | ** {{wiki:ProtectedMethod.gif|}} OnParentEnter(IntPtr,UInt32,UInt32,UInt32,UInt32) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2545: | Line 2548: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 2557: | Line 2560: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |