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)
198
return
_shapeable
!= null &&
_shapeable
.NeedsCaretInfo;
210
return
_shapeable
!= null &&
_shapeable
.HasExtendedCharacter;
234
Debug.Assert(
_shapeable
!= null);
279
_shapeable
.Draw(drawingContext, foregroundBrush, glyphRun);
449
TextShapeableCharacters shapeable =
_shapeable
as TextShapeableCharacters;
501
get { return
_shapeable
; }