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