1 write to PenContext
PresentationCore (1)
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
204PenContext = penContext;
25 references to PenContext
PresentationCore (25)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
496int pointLength = inputReport.PenContext.StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (20)
221coalescedMove.PenContext, 272if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 347PenContext penContext = rawStylusInputReport.PenContext; 891if (stylusInputReport.InputSource != null && stylusInputReport.PenContext != null) 915stylusInputReport.PenContext.DecrementQueuedInRangeCount(); 961if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1009stylusDevice.UpdateInRange(false, rawStylusInputReport.PenContext); 1014stylusDevice.UpdateInRange(true, rawStylusInputReport.PenContext); 1024if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1187if (!report.PenContext.Contexts.IsWindowDisabled) 2518allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2530allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2535allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2539allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2543allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2560allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2576rawStylusInputReport.PenContext, 2635inputReport.PenContext.Contexts.InvokeStylusPluginCollection(inputReport); 2661targetPIC = rawStylusInputReport.PenContext.Contexts.FindPlugInCollection(newTarget); 2800rawStylusInputReport.PenContext,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1439PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1446Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation); 1657PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1666Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation);