1 instantiation of LsTbd
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
208LsTbd markerRequiredLsTbd = new LsTbd();
9 references to LsTbd
PresentationCore (9)
MS\Internal\TextFormatting\FullTextState.cs (7)
191LsTbd[] lsTbds; 198lsTbds = new LsTbd[lsTbdCount]; 200fixed (LsTbd* plsTbds = &lsTbds[1]) 208LsTbd markerRequiredLsTbd = new LsTbd(); 217lsTbds = new LsTbd[lsTbdCount]; 218fixed (LsTbd* plsTbds = &lsTbds[0]) 239LsTbd* plsTbds,
MS\Internal\TextFormatting\LineServices.cs (1)
1489LsTbd* pTabs
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
396LsTbd* tabStops,