3 implementations of IsMouseOver
PresentationCore (3)
System\Windows\ContentElement.cs (1)
324
public bool
IsMouseOver
System\Windows\UIElement.cs (1)
2432
public bool
IsMouseOver
System\Windows\UIElement3D.cs (1)
413
public bool
IsMouseOver
2 references to IsMouseOver
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
1037
if (element.
IsMouseOver
)
1073
if (!ee.
IsMouseOver
)