6 references to c_endOfParaMagicMultiplier
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (2)
694double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier; 1873double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
MS\Internal\PtsHost\TextParaClient.cs (2)
1889endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier); 1999endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
System\Windows\Controls\TextBlock.cs (1)
2351double endOfParaGlyphWidth = FontSize * CaretElement.c_endOfParaMagicMultiplier;
System\windows\Documents\TextEditorSelection.cs (1)
2257double breakWidth = (double)innerMovingPosition.GetValue(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;