3 references to HeightProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
242get { return (FigureLength)GetValue(HeightProperty); } 243set { SetValue(HeightProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1120Figure.HeightProperty,