4 references to OnInkCanvasLostDeviceCapture
PresentationFramework (4)
MS\Internal\Ink\EditingCoordinator.cs (4)
968
_inkCanvas.AddHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(
OnInkCanvasLostDeviceCapture
<StylusEventArgs>));
998
_inkCanvas.AddHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(
OnInkCanvasLostDeviceCapture
<MouseEventArgs>));
1021
_inkCanvas.RemoveHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(
OnInkCanvasLostDeviceCapture
<StylusEventArgs>));
1036
_inkCanvas.RemoveHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(
OnInkCanvasLostDeviceCapture
<MouseEventArgs>));