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