1 write to _textItem
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
64
_textItem
= textItem;
14 references to _textItem
PresentationCore (14)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (14)
131
Invariant.Assert(_shapeTypeface.DeviceFont == null ||
_textItem
.DigitCulture != null);
272
return
_textItem
;
382
if (!
_textItem
.IsLatin ||
383
_textItem
.HasCombiningMark ||
384
_textItem
.HasExtendedCharacter
409
&& (
_textItem
.HasExtendedCharacter) == (charShape.
_textItem
.HasExtendedCharacter)
417
&& (
_textItem
.CanShapeTogether(charShape.
_textItem
));
443
|| (
_textItem
.DigitCulture != null)) // -- unless substituting digits
456
return (
_textItem
.HasCombiningMark)
457
|| (
_textItem
.NeedsCaretInfo);
469
return
_textItem
.HasExtendedCharacter;
583
if (
_textItem
.IsIndic)