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