1 write to _collection
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
43set { _collection = value; }
4 references to _collection
PresentationFramework (4)
System\Windows\Markup\BamlCollectionHolder.cs (4)
42get { return _collection; } 49get { return _collection as IList; } 55get { return _collection as IDictionary; } 61get { return _collection as ArrayExtension; }