8 references to DirectlyOver
PresentationCore (4)
System\Windows\ContentElement.cs (1)
268return (Mouse.DirectlyOver == this);
System\Windows\Input\Command\CommandDevice.cs (1)
284return Mouse.DirectlyOver;
System\Windows\UIElement.cs (1)
2375return (Mouse.DirectlyOver == this);
System\Windows\UIElement3D.cs (1)
354return (Mouse.DirectlyOver == this);
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
6612UIElement element = Mouse.DirectlyOver as UIElement; 6633UIElement element = Mouse.DirectlyOver as UIElement;
System\Windows\Controls\MenuItem.cs (1)
2484if ((Mouse.Captured == elem) && (Mouse.DirectlyOver == elem))
System\Windows\Controls\Primitives\Popup.cs (1)
3036if (Mouse.DirectlyOver != null)