1 write to _shapeable
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
118_shapeable = shapeable;
8 references to _shapeable
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (8)
227return _shapeable != null && _shapeable.NeedsCaretInfo; 239return _shapeable != null && _shapeable.HasExtendedCharacter; 263Debug.Assert(_shapeable != null); 308_shapeable.Draw(drawingContext, foregroundBrush, glyphRun); 478TextShapeableCharacters shapeable = _shapeable as TextShapeableCharacters; 530get { return _shapeable; }