1 write to _textItem
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
76
_textItem
= textItem;
14 references to _textItem
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (14)
143
Invariant.Assert(_shapeTypeface.DeviceFont == null ||
_textItem
.DigitCulture != null);
285
return
_textItem
;
399
if (!
_textItem
.IsLatin ||
400
_textItem
.HasCombiningMark ||
401
_textItem
.HasExtendedCharacter
426
&& (
_textItem
.HasExtendedCharacter) == (charShape.
_textItem
.HasExtendedCharacter)
434
&& (
_textItem
.CanShapeTogether(charShape.
_textItem
));
460
|| (
_textItem
.DigitCulture != null)) // -- unless substituting digits
473
return (
_textItem
.HasCombiningMark)
474
|| (
_textItem
.NeedsCaretInfo);
486
return
_textItem
.HasExtendedCharacter;
600
if (
_textItem
.IsIndic)