6 references to GetPenContextsFromHwnd
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
520
PenContexts penContexts =
GetPenContextsFromHwnd
(mouseInputReport.InputSource);
1895
PenContexts penContexts =
GetPenContextsFromHwnd
(source);
3257
PenContexts penContexts =
GetPenContextsFromHwnd
(hwndSource);
3528
PenContexts penContexts =
GetPenContextsFromHwnd
(sourceHit);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
595
PenContexts penContexts = _stylusLogic.
GetPenContextsFromHwnd
(source);
System\Windows\Input\Stylus\Wisp\WispStylusPlugInCollection.cs (1)
88
PenContexts penContexts = StylusLogic.GetCurrentStylusLogicAs<WispLogic>().
GetPenContextsFromHwnd
(presentationSource);