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)
132Invariant.Assert(_shapeTypeface.DeviceFont == null || _textItem.DigitCulture != null); 273return _textItem; 383if (!_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 457return (_textItem.HasCombiningMark) 458|| (_textItem.NeedsCaretInfo); 470return _textItem.HasExtendedCharacter; 584if (_textItem.IsIndic)