5 references to IsEmpty
PresentationCore (5)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
732if(_focusTreeState != null && !_focusTreeState.IsEmpty)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
737if (_mouseOverTreeState != null && !_mouseOverTreeState.IsEmpty) 829if (_mouseCaptureWithinTreeState != null && !_mouseCaptureWithinTreeState.IsEmpty)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
608if ((_capturedWithinTreeState != null) && !_capturedWithinTreeState.IsEmpty) 850if ((_directlyOverTreeState != null) && !_directlyOverTreeState.IsEmpty)