1 write to _shapeable
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
118
_shapeable
= shapeable;
8 references to _shapeable
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (8)
227
return
_shapeable
!= null &&
_shapeable
.NeedsCaretInfo;
239
return
_shapeable
!= null &&
_shapeable
.HasExtendedCharacter;
263
Debug.Assert(
_shapeable
!= null);
308
_shapeable
.Draw(drawingContext, foregroundBrush, glyphRun);
478
TextShapeableCharacters shapeable =
_shapeable
as TextShapeableCharacters;
530
get { return
_shapeable
; }