7 references to IsHitTestVisibleProperty
PresentationCore (6)
Core\CSharp\System\Windows\UIElement.cs (5)
3755get { return (bool) GetValue(IsHitTestVisibleProperty); } 3756set { SetValue(IsHitTestVisibleProperty, BooleanBoxes.Box(value)); } 4244parentValue = (bool) parent.GetValue(IsHitTestVisibleProperty); 4252uiElement.CoerceValue(IsHitTestVisibleProperty); 4256uiElement3D.CoerceValue(IsHitTestVisibleProperty);
Core\CSharp\System\Windows\UIElement3D.cs (1)
946UIElement.IsHitTestVisibleProperty.AddOwner(
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
41style.Setters.Add(new Setter(UIElement.IsHitTestVisibleProperty, false));