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