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