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