9 references to OneFontPoint
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (7)
322fontSize += TextEditorCharacters.OneFontPoint; 335TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue); 362if (fontSize > TextEditorCharacters.OneFontPoint) 364fontSize -= TextEditorCharacters.OneFontPoint; 365if (fontSize < TextEditorCharacters.OneFontPoint) 367fontSize = TextEditorCharacters.OneFontPoint; 376TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1935if (newValue < TextEditorCharacters.OneFontPoint) 1937newValue = TextEditorCharacters.OneFontPoint;