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