9 references to Tabs
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (8)
206
int lsTbdCount = pap.
Tabs
!= null ? pap.
Tabs
.Count : 0;
211
if (pap.
Tabs
!= null && pap.
Tabs
.Count > 0)
213
lsTbdCount = pap.
Tabs
.Count + 1;
231
if (pap.
Tabs
!= null && pap.
Tabs
.Count > 0)
265
TextTabProperties tab = (TextTabProperties)pap.
Tabs
[i];
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1669
return (textParagraphProperties.
Tabs
== null && textParagraphProperties.DefaultIncrementalTab > 0);