1 write to _textItem
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
73
_textItem
= textItem;
14 references to _textItem
PresentationCore (14)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (14)
140
Invariant.Assert(_shapeTypeface.DeviceFont == null ||
_textItem
.DigitCulture != null);
281
return
_textItem
;
391
if (!
_textItem
.IsLatin ||
392
_textItem
.HasCombiningMark ||
393
_textItem
.HasExtendedCharacter
418
&& (
_textItem
.HasExtendedCharacter) == (charShape.
_textItem
.HasExtendedCharacter)
426
&& (
_textItem
.CanShapeTogether(charShape.
_textItem
));
452
|| (
_textItem
.DigitCulture != null)) // -- unless substituting digits
465
return (
_textItem
.HasCombiningMark)
466
|| (
_textItem
.NeedsCaretInfo);
478
return
_textItem
.HasExtendedCharacter;
592
if (
_textItem
.IsIndic)