1 write to _collection
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
44set { _collection = value; }
4 references to _collection
PresentationFramework (4)
System\Windows\Markup\BamlCollectionHolder.cs (4)
43get { return _collection; } 50get { return _collection as IList; } 56get { return _collection as IDictionary; } 62get { return _collection as ArrayExtension; }