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