8 references to IsMouseOverProperty
PresentationCore (2)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
2350
public static readonly DependencyProperty IsMouseOverProperty = UIElement.
IsMouseOverProperty
.AddOwner(_typeofThis);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
2056
public static readonly DependencyProperty IsMouseOverProperty = UIElement.
IsMouseOverProperty
.AddOwner(_typeofThis);
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
932
e.Property == DataGridRow.
IsMouseOverProperty
||
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
310
e.Property == DataGridRow.
IsMouseOverProperty
||
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (2)
36
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(UIElement.
IsMouseOverProperty
, typeof(UIElement));
42
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(UIElement.
IsMouseOverProperty
, typeof(UIElement));
System.Activities.Presentation\System\Activities\Presentation\Annotations\UIElementToAnnotationIndicatorAdapter.cs (2)
31
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(UIElement.
IsMouseOverProperty
, typeof(UIElement));
37
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(UIElement.
IsMouseOverProperty
, typeof(UIElement));