2 references to IsHitTestVisibleProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
958get { return (bool)GetValue(IsHitTestVisibleProperty); } 959set { SetValue(IsHitTestVisibleProperty, BooleanBoxes.Box(value)); }