1 write to _ligatureCounts
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (1)
41
_ligatureCounts
= new UshortList(capacity, leap);
5 references to _ligatureCounts
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (5)
77
_ligatureCounts
.SetRange(index, length);
92
_ligatureCounts
.Length = length;
100
_ligatureCounts
.Insert(index, Count);
108
_ligatureCounts
.Remove(index, Count);
128
get { return
_ligatureCounts
; }