9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
304fontSize += TextEditorCharacters.OneFontPoint; 317TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue); 344if (fontSize > TextEditorCharacters.OneFontPoint) 346fontSize -= TextEditorCharacters.OneFontPoint; 347if (fontSize < TextEditorCharacters.OneFontPoint) 349fontSize = TextEditorCharacters.OneFontPoint; 358TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1931if (newValue < TextEditorCharacters.OneFontPoint) 1933newValue = TextEditorCharacters.OneFontPoint;