8 references to IsHitTestVisibleProperty
PresentationCore (6)
System\Windows\UIElement.cs (5)
3724get { return (bool) GetValue(IsHitTestVisibleProperty); } 3725set { SetValue(IsHitTestVisibleProperty, BooleanBoxes.Box(value)); } 4207parentValue = (bool) parent.GetValue(IsHitTestVisibleProperty); 4215uiElement.CoerceValue(IsHitTestVisibleProperty); 4219uiElement3D.CoerceValue(IsHitTestVisibleProperty);
System\Windows\UIElement3D.cs (1)
939UIElement.IsHitTestVisibleProperty.AddOwner(
PresentationFramework (1)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
46style.Setters.Add(new Setter(UIElement.IsHitTestVisibleProperty, false));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
25IsHitTestVisibleProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));