9 references to Tabs
PresentationCore (9)
MS\Internal\TextFormatting\FullTextState.cs (8)
184
int lsTbdCount = pap.
Tabs
!= null ? pap.
Tabs
.Count : 0;
189
if (pap.
Tabs
!= null && pap.
Tabs
.Count > 0)
191
lsTbdCount = pap.
Tabs
.Count + 1;
209
if (pap.
Tabs
!= null && pap.
Tabs
.Count > 0)
239
TextTabProperties tab = (TextTabProperties)pap.
Tabs
[i];
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1645
return (textParagraphProperties.
Tabs
== null && textParagraphProperties.DefaultIncrementalTab > 0);