2 writes to IsWindowDisabled
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3169penContexts.IsWindowDisabled = true; 3531penContexts.IsWindowDisabled = disabled;
5 references to IsWindowDisabled
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
272if (!_inDragDrop || !inputReport.PenContext.Contexts.IsWindowDisabled) 523if (_stylusDeviceInRange && !_inDragDrop && (penContexts == null || !penContexts.IsWindowDisabled)) 961if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.IsWindowDisabled) 1024if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.IsWindowDisabled && !stylusDevice.IgnoreStroke) 1187if (!report.PenContext.Contexts.IsWindowDisabled)