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)
212
return
_shapeable
!= null &&
_shapeable
.NeedsCaretInfo;
224
return
_shapeable
!= null &&
_shapeable
.HasExtendedCharacter;
248
Debug.Assert(
_shapeable
!= null);
293
_shapeable
.Draw(drawingContext, foregroundBrush, glyphRun);
463
TextShapeableCharacters shapeable =
_shapeable
as TextShapeableCharacters;
515
get { return
_shapeable
; }