Implemented interface member:
4 references to Count
PresentationFramework (4)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (1)
90
int size = list.ListItems.
Count
;
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
117
if (outerBlock != null && outerBlock.Inlines.
Count
> 0)
System\Windows\Documents\TextElementCollection.cs (2)
595
int count = this.
Count
;
627
return this.
Count
;