2 writes to IsWindowEnabled
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
78IsWindowEnabled = (style & MS.Win32.NativeMethods.WS_DISABLED) == 0; 402IsWindowEnabled = MS.Win32.NativeMethods.IntPtrToInt32(wParam) == 1;
3 references to IsWindowEnabled
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
175if (!_inDragDrop && stylusDevice.CurrentPointerProvider.IsWindowEnabled) 362if (stylusDevice.CurrentPointerProvider.IsWindowEnabled)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
255if (!_pointerLogic.InDragDrop && IsWindowEnabled)