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