6 references to GetPenContextsFromHwnd
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
511
PenContexts penContexts =
GetPenContextsFromHwnd
(mouseInputReport.InputSource);
1886
PenContexts penContexts =
GetPenContextsFromHwnd
(source);
3248
PenContexts penContexts =
GetPenContextsFromHwnd
(hwndSource);
3519
PenContexts penContexts =
GetPenContextsFromHwnd
(sourceHit);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
592
PenContexts penContexts = _stylusLogic.
GetPenContextsFromHwnd
(source);
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
79
PenContexts penContexts = StylusLogic.GetCurrentStylusLogicAs<WispLogic>().
GetPenContextsFromHwnd
(presentationSource);