6 references to c_endOfParaMagicMultiplier
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
698double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier; 1871double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
2098endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier); 2213endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2439double endOfParaGlyphWidth = FontSize * CaretElement.c_endOfParaMagicMultiplier;
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2266double breakWidth = (double)innerMovingPosition.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;