9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
320fontSize += TextEditorCharacters.OneFontPoint; 333TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue); 360if (fontSize > TextEditorCharacters.OneFontPoint) 362fontSize -= TextEditorCharacters.OneFontPoint; 363if (fontSize < TextEditorCharacters.OneFontPoint) 365fontSize = TextEditorCharacters.OneFontPoint; 374TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1933if (newValue < TextEditorCharacters.OneFontPoint) 1935newValue = TextEditorCharacters.OneFontPoint;