8 references to IsHitTestVisibleProperty
PresentationCore (6)
System\Windows\UIElement.cs (5)
3720get { return (bool) GetValue(IsHitTestVisibleProperty); } 3721set { SetValue(IsHitTestVisibleProperty, BooleanBoxes.Box(value)); } 4201parentValue = (bool) parent.GetValue(IsHitTestVisibleProperty); 4209uiElement.CoerceValue(IsHitTestVisibleProperty); 4213uiElement3D.CoerceValue(IsHitTestVisibleProperty);
System\Windows\UIElement3D.cs (1)
938UIElement.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));