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