10 references to Contexts
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
263if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 952if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1015if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1178if (!report.PenContext.Contexts.IsWindowDisabled) 2626inputReport.PenContext.Contexts.InvokeStylusPluginCollection(inputReport); 2652targetPIC = rawStylusInputReport.PenContext.Contexts.FindPlugInCollection(newTarget);
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);