6 references to c_endOfParaMagicMultiplier
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (2)
649double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier; 1830double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
MS\Internal\PtsHost\TextParaClient.cs (2)
1882endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier); 1992endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
System\Windows\Controls\TextBlock.cs (1)
2329double endOfParaGlyphWidth = FontSize * CaretElement.c_endOfParaMagicMultiplier;
System\windows\Documents\TextEditorSelection.cs (1)
2241double breakWidth = (double)innerMovingPosition.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;