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