2 references to LineHeightProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
319
get { return (double) GetValue(
LineHeightProperty
); }
320
set { SetValue(
LineHeightProperty
, value); }