6 references to c_endOfParaMagicMultiplier
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
698
double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.
c_endOfParaMagicMultiplier
;
1871
double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.
c_endOfParaMagicMultiplier
;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
2098
endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.
c_endOfParaMagicMultiplier
);
2213
endOfParaGlyphWidth = ((double)TextParagraph.Element.GetValue(TextElement.FontSizeProperty) * CaretElement.
c_endOfParaMagicMultiplier
);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2439
double endOfParaGlyphWidth = FontSize * CaretElement.
c_endOfParaMagicMultiplier
;
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2266
double breakWidth = (double)innerMovingPosition.GetValue(TextElement.FontSizeProperty) * CaretElement.
c_endOfParaMagicMultiplier
;