4 references to OnInkCanvasLostDeviceCapture
PresentationFramework (4)
MS\Internal\Ink\EditingCoordinator.cs (4)
958
_inkCanvas.AddHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(
OnInkCanvasLostDeviceCapture
<StylusEventArgs>));
988
_inkCanvas.AddHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(
OnInkCanvasLostDeviceCapture
<MouseEventArgs>));
1011
_inkCanvas.RemoveHandler(UIElement.LostStylusCaptureEvent, new StylusEventHandler(
OnInkCanvasLostDeviceCapture
<StylusEventArgs>));
1026
_inkCanvas.RemoveHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(
OnInkCanvasLostDeviceCapture
<MouseEventArgs>));