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