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