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