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