2 writes to IsWindowEnabled
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
84
IsWindowEnabled
= (style & MS.Win32.NativeMethods.WS_DISABLED) == 0;
408
IsWindowEnabled
= MS.Win32.NativeMethods.IntPtrToInt32(wParam) == 1;
3 references to IsWindowEnabled
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
193
if (!_inDragDrop && stylusDevice.CurrentPointerProvider.
IsWindowEnabled
)
378
if (stylusDevice.CurrentPointerProvider.
IsWindowEnabled
)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
261
if (!_pointerLogic.InDragDrop &&
IsWindowEnabled
)