2 writes to IsWindowDisabled
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
3160
penContexts.
IsWindowDisabled
= true;
3522
penContexts.
IsWindowDisabled
= disabled;
5 references to IsWindowDisabled
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
263
if (!_inDragDrop || !inputReport.PenContext.Contexts.
IsWindowDisabled
)
514
if (_stylusDeviceInRange && !_inDragDrop && (penContexts == null || !penContexts.
IsWindowDisabled
))
952
if (!_inDragDrop && !stylusInputReport.PenContext.Contexts.
IsWindowDisabled
)
1015
if (!_inDragDrop && !rawStylusInputReport.PenContext.Contexts.
IsWindowDisabled
&& !stylusDevice.IgnoreStroke)
1178
if (!report.PenContext.Contexts.
IsWindowDisabled
)