2 writes to IsWindowEnabled
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
79
IsWindowEnabled
= (style & MS.Win32.NativeMethods.WS_DISABLED) == 0;
403
IsWindowEnabled
= MS.Win32.NativeMethods.IntPtrToInt32(wParam) == 1;
3 references to IsWindowEnabled
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
176
if (!_inDragDrop && stylusDevice.CurrentPointerProvider.
IsWindowEnabled
)
361
if (stylusDevice.CurrentPointerProvider.
IsWindowEnabled
)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
256
if (!_pointerLogic.InDragDrop &&
IsWindowEnabled
)