2 references to ReadOnlyPropertyMetadata
PresentationCore (2)
System\Windows\UIElement.cs (1)
3796private static PropertyMetadata _isVisibleMetadata = new ReadOnlyPropertyMetadata(BooleanBoxes.FalseBox,
System\Windows\UIElement3D.cs (1)
35_isVisibleMetadata = new ReadOnlyPropertyMetadata(BooleanBoxes.FalseBox,