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