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)
143Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 285return _textItem; 399if (!_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 473return (_textItem.HasCombiningMark) 474|| (_textItem.NeedsCaretInfo); 486return _textItem.HasExtendedCharacter; 600if (_textItem.IsIndic)