8 references to IsHitTestVisibleProperty
PresentationCore (6)
System\Windows\UIElement.cs (5)
3700get { return (bool) GetValue(IsHitTestVisibleProperty); } 3701set { SetValue(IsHitTestVisibleProperty, BooleanBoxes.Box(value)); } 4181parentValue = (bool) parent.GetValue(IsHitTestVisibleProperty); 4189uiElement.CoerceValue(IsHitTestVisibleProperty); 4193uiElement3D.CoerceValue(IsHitTestVisibleProperty);
System\Windows\UIElement3D.cs (1)
922UIElement.IsHitTestVisibleProperty.AddOwner(
PresentationFramework (1)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
42style.Setters.Add(new Setter(UIElement.IsHitTestVisibleProperty, false));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
21IsHitTestVisibleProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));