10 references to Contexts
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
272if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 961if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1024if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1187if (!report.PenContext.Contexts.IsWindowDisabled) 2635inputReport.PenContext.Contexts.InvokeStylusPluginCollection(inputReport); 2661targetPIC = rawStylusInputReport.PenContext.Contexts.FindPlugInCollection(newTarget);
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);