1 write to PenContext
PresentationCore (1)
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
194PenContext = penContext;
25 references to PenContext
PresentationCore (25)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
474int pointLength = inputReport.PenContext.StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (20)
212coalescedMove.PenContext, 263if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 338PenContext penContext = rawStylusInputReport.PenContext; 882if (stylusInputReport.InputSource != null && stylusInputReport.PenContext != null) 906stylusInputReport.PenContext.DecrementQueuedInRangeCount(); 952if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1000stylusDevice.UpdateInRange(false, rawStylusInputReport.PenContext); 1005stylusDevice.UpdateInRange(true, rawStylusInputReport.PenContext); 1015if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1178if (!report.PenContext.Contexts.IsWindowDisabled) 2509allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2521allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2526allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2530allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2534allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2551allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2567rawStylusInputReport.PenContext, 2626inputReport.PenContext.Contexts.InvokeStylusPluginCollection(inputReport); 2652targetPIC = rawStylusInputReport.PenContext.Contexts.FindPlugInCollection(newTarget); 2791rawStylusInputReport.PenContext,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1405PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1412Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation); 1623PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1632Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation);