2 references to FontSizeProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
273
get { return (double) GetValue(
FontSizeProperty
); }
274
set { SetValue(
FontSizeProperty
, value); }