1 write to _shapeable
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
108_shapeable = shapeable;
8 references to _shapeable
PresentationCore (8)
MS\Internal\TextFormatting\LineServicesRun.cs (8)
212return _shapeable != null && _shapeable.NeedsCaretInfo; 224return _shapeable != null && _shapeable.HasExtendedCharacter; 248Debug.Assert(_shapeable != null); 293_shapeable.Draw(drawingContext, foregroundBrush, glyphRun); 463TextShapeableCharacters shapeable = _shapeable as TextShapeableCharacters; 515get { return _shapeable; }