6 references to c_endOfParaMagicMultiplier
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (2)
692double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier; 1871double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
MS\Internal\PtsHost\TextParaClient.cs (2)
1883endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier); 1993endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
System\Windows\Controls\TextBlock.cs (1)
2341double endOfParaGlyphWidth = FontSize * CaretElement.c_endOfParaMagicMultiplier;
System\windows\Documents\TextEditorSelection.cs (1)
2242double breakWidth = (double)innerMovingPosition.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;