1 write to PenContext
PresentationCore (1)
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
193PenContext = penContext;
25 references to PenContext
PresentationCore (25)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
473int pointLength = inputReport.PenContext.StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (20)
211coalescedMove.PenContext, 263if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 338PenContext penContext = rawStylusInputReport.PenContext; 890if (stylusInputReport.InputSource != null && stylusInputReport.PenContext != null) 914stylusInputReport.PenContext.DecrementQueuedInRangeCount(); 960if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1008stylusDevice.UpdateInRange(false, rawStylusInputReport.PenContext); 1013stylusDevice.UpdateInRange(true, rawStylusInputReport.PenContext); 1023if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1186if (!report.PenContext.Contexts.IsWindowDisabled) 2521allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2533allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2538allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2542allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2546allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2563allowEvent = rawStylusInputReport.PenContext == stylusDevice.ActivePenContext; 2579rawStylusInputReport.PenContext, 2640inputReport.PenContext.Contexts.InvokeStylusPluginCollection(inputReport); 2666targetPIC = rawStylusInputReport.PenContext.Contexts.FindPlugInCollection(newTarget); 2805rawStylusInputReport.PenContext,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1407PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1414Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation); 1625PresentationSource inputSource = DetermineValidSource(report.InputSource, _eventStylusPoints, report.PenContext.Contexts); 1634Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.DestroyedLocation);