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