5 references to ListItems
PresentationFramework (5)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (1)
90int size = list.ListItems.Count;
System\Windows\Documents\List.cs (1)
59this.ListItems.Add(listItem);
System\Windows\Documents\TextRangeSerialization.cs (1)
1374ListItem listItem = list.ListItems.FirstListItem;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5342GetDelegate = delegate (object target) { return ((System.Windows.Documents.List)target).ListItems; },
System\Windows\Markup\KnownTypes.cs (1)
2498case KnownElements.List: return (o as System.Windows.Documents.List).ListItems;