1 instantiation of LsTbd
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
202LsTbd markerRequiredLsTbd = new LsTbd();
9 references to LsTbd
PresentationCore (9)
MS\Internal\TextFormatting\FullTextState.cs (7)
185LsTbd[] lsTbds; 192lsTbds = new LsTbd[lsTbdCount]; 194fixed (LsTbd* plsTbds = &lsTbds[1]) 202LsTbd markerRequiredLsTbd = new LsTbd(); 211lsTbds = new LsTbd[lsTbdCount]; 212fixed (LsTbd* plsTbds = &lsTbds[0]) 233LsTbd* plsTbds,
MS\Internal\TextFormatting\LineServices.cs (1)
1484LsTbd* pTabs
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
370LsTbd* tabStops,