1 instantiation of LsTbd
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
224LsTbd markerRequiredLsTbd = new LsTbd();
9 references to LsTbd
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (7)
207LsTbd[] lsTbds; 214lsTbds = new LsTbd[lsTbdCount]; 216fixed (LsTbd* plsTbds = &lsTbds[1]) 224LsTbd markerRequiredLsTbd = new LsTbd(); 233lsTbds = new LsTbd[lsTbdCount]; 234fixed (LsTbd* plsTbds = &lsTbds[0]) 259LsTbd* plsTbds,
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (1)
1817LsTbd* pTabs
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
464LsTbd* tabStops,