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