3 references to IsMouseCapturedProperty
PresentationCore (3)
System\Windows\Generated\ContentElement.cs (1)
2330
public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.
IsMouseCapturedProperty
.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2051
public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.
IsMouseCapturedProperty
.AddOwner(_typeofThis);
System\Windows\UIElement.cs (1)
2471
get { return (bool) GetValue(
IsMouseCapturedProperty
); }