Implemented interface member:
5 references to Count
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
336return DescriptionParagraph.Inlines.Count > 0;
PresentationFramework (4)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (1)
91int size = list.ListItems.Count;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
118if (outerBlock != null && outerBlock.Inlines.Count > 0)
System\Windows\Documents\TextElementCollection.cs (2)
596int count = this.Count; 628return this.Count;