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