3 implementations of IsMouseOver
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
330public bool IsMouseOver
Core\CSharp\System\Windows\UIElement.cs (1)
2461public bool IsMouseOver
Core\CSharp\System\Windows\UIElement3D.cs (1)
421public bool IsMouseOver
2 references to IsMouseOver
PresentationFramework (2)
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
1112if (element.IsMouseOver) 1156if (!ee.IsMouseOver)