3 references to IsMouseCapturedProperty
PresentationCore (3)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
2390public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
2096public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis);
Core\CSharp\System\Windows\UIElement.cs (1)
2500get { return (bool) GetValue(IsMouseCapturedProperty); }