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)
131Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 272return _textItem; 382if (!_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 456return (_textItem.HasCombiningMark) 457|| (_textItem.NeedsCaretInfo); 469return _textItem.HasExtendedCharacter; 583if (_textItem.IsIndic)