1 write to IsWindowDisabled
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3182
penContexts.
IsWindowDisabled
= true;
6 references to IsWindowDisabled
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
263
if (!_inDragDrop || !inputReport.PenContext.Contexts.
IsWindowDisabled
)
518
if (_stylusDeviceInRange && !_inDragDrop && (penContexts == null || !penContexts.
IsWindowDisabled
))
960
if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.
IsWindowDisabled
)
1023
if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.
IsWindowDisabled
&& !stylusDevice.IgnoreStroke)
1186
if (!report.PenContext.Contexts.
IsWindowDisabled
)
3542
penContexts?.
IsWindowDisabled
= disabled;