3 implementations of IsMouseCaptured
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
365
public bool
IsMouseCaptured
Core\CSharp\System\Windows\UIElement.cs (1)
2498
public bool
IsMouseCaptured
Core\CSharp\System\Windows\UIElement3D.cs (1)
458
public bool
IsMouseCaptured
2 references to IsMouseCaptured
PresentationFramework (2)
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
1063
if (element.
IsMouseCaptured
)
1099
if (element.
IsMouseCaptured
)