9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
303fontSize += TextEditorCharacters.OneFontPoint; 316TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue); 343if (fontSize > TextEditorCharacters.OneFontPoint) 345fontSize -= TextEditorCharacters.OneFontPoint; 346if (fontSize < TextEditorCharacters.OneFontPoint) 348fontSize = TextEditorCharacters.OneFontPoint; 357TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1930if (newValue < TextEditorCharacters.OneFontPoint) 1932newValue = TextEditorCharacters.OneFontPoint;