6 references to GetPenContextsFromHwnd
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
516
PenContexts penContexts =
GetPenContextsFromHwnd
(mouseInputReport.InputSource);
1899
PenContexts penContexts =
GetPenContextsFromHwnd
(source);
3271
PenContexts penContexts =
GetPenContextsFromHwnd
(hwndSource);
3542
PenContexts penContexts =
GetPenContextsFromHwnd
(sourceHit);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
591
PenContexts penContexts = _stylusLogic.
GetPenContextsFromHwnd
(source);
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
79
PenContexts penContexts = StylusLogic.GetCurrentStylusLogicAs<WispLogic>().
GetPenContextsFromHwnd
(presentationSource);