2 references to CollectionProperty
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
87get { return (IEnumerable) GetValue(CollectionContainer.CollectionProperty); } 88set { SetValue(CollectionContainer.CollectionProperty, value); }