9 references to Tabs
PresentationCore (9)
MS\Internal\TextFormatting\FullTextState.cs (8)
190int lsTbdCount = pap.Tabs != null ? pap.Tabs.Count : 0; 195if (pap.Tabs != null && pap.Tabs.Count > 0) 197lsTbdCount = pap.Tabs.Count + 1; 215if (pap.Tabs != null && pap.Tabs.Count > 0) 245TextTabProperties tab = (TextTabProperties)pap.Tabs[i];
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1654return (textParagraphProperties.Tabs == null && textParagraphProperties.DefaultIncrementalTab > 0);