1 write to _shapeable
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
93_shapeable = shapeable;
8 references to _shapeable
PresentationCore (8)
MS\Internal\TextFormatting\LineServicesRun.cs (8)
197return _shapeable != null && _shapeable.NeedsCaretInfo; 209return _shapeable != null && _shapeable.HasExtendedCharacter; 233Debug.Assert(_shapeable != null); 278_shapeable.Draw(drawingContext, foregroundBrush, glyphRun); 448TextShapeableCharacters shapeable = _shapeable as TextShapeableCharacters; 500get { return _shapeable; }