3 implementations of IsMouseCaptured
PresentationCore (3)
System\Windows\ContentElement.cs (1)
359
public bool
IsMouseCaptured
System\Windows\UIElement.cs (1)
2469
public bool
IsMouseCaptured
System\Windows\UIElement3D.cs (1)
450
public bool
IsMouseCaptured
2 references to IsMouseCaptured
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
993
if (element.
IsMouseCaptured
)
1024
if (element.
IsMouseCaptured
)