8 references to DirectlyOver
PresentationCore (4)
System\Windows\ContentElement.cs (1)
255return (Mouse.DirectlyOver == this);
System\Windows\Input\Command\CommandDevice.cs (1)
278return Mouse.DirectlyOver;
System\Windows\UIElement.cs (1)
2359return (Mouse.DirectlyOver == this);
System\Windows\UIElement3D.cs (1)
338return (Mouse.DirectlyOver == this);
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
6567UIElement element = Mouse.DirectlyOver as UIElement; 6588UIElement element = Mouse.DirectlyOver as UIElement;
System\Windows\Controls\MenuItem.cs (1)
2468if ((Mouse.Captured == elem) && (Mouse.DirectlyOver == elem))
System\Windows\Controls\Primitives\Popup.cs (1)
3028if (Mouse.DirectlyOver != null)