8 references to DirectlyOver
PresentationCore (4)
System\Windows\ContentElement.cs (1)
256return (Mouse.DirectlyOver == this);
System\Windows\Input\Command\CommandDevice.cs (1)
277return Mouse.DirectlyOver;
System\Windows\UIElement.cs (1)
2368return (Mouse.DirectlyOver == this);
System\Windows\UIElement3D.cs (1)
339return (Mouse.DirectlyOver == this);
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
6609UIElement element = Mouse.DirectlyOver as UIElement; 6630UIElement element = Mouse.DirectlyOver as UIElement;
System\Windows\Controls\MenuItem.cs (1)
2474if ((Mouse.Captured == elem) && (Mouse.DirectlyOver == elem))
System\Windows\Controls\Primitives\Popup.cs (1)
3020if (Mouse.DirectlyOver != null)