1 write to _textItem
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
65
_textItem
= textItem;
14 references to _textItem
PresentationCore (14)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (14)
132
Invariant.Assert(_shapeTypeface.DeviceFont == null ||
_textItem
.DigitCulture != null);
273
return
_textItem
;
383
if (!
_textItem
.IsLatin ||
384
_textItem
.HasCombiningMark ||
385
_textItem
.HasExtendedCharacter
410
&& (
_textItem
.HasExtendedCharacter) == (charShape.
_textItem
.HasExtendedCharacter)
418
&& (
_textItem
.CanShapeTogether(charShape.
_textItem
));
444
|| (
_textItem
.DigitCulture != null)) // -- unless substituting digits
457
return (
_textItem
.HasCombiningMark)
458
|| (
_textItem
.NeedsCaretInfo);
470
return
_textItem
.HasExtendedCharacter;
584
if (
_textItem
.IsIndic)