1 write to _shapeable
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
94_shapeable = shapeable;
8 references to _shapeable
PresentationCore (8)
MS\Internal\TextFormatting\LineServicesRun.cs (8)
198return _shapeable != null && _shapeable.NeedsCaretInfo; 210return _shapeable != null && _shapeable.HasExtendedCharacter; 234Debug.Assert(_shapeable != null); 279_shapeable.Draw(drawingContext, foregroundBrush, glyphRun); 449TextShapeableCharacters shapeable = _shapeable as TextShapeableCharacters; 501get { return _shapeable; }