1 write to _collection
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
42set { _collection = value; }
4 references to _collection
PresentationFramework (4)
System\Windows\Markup\BamlCollectionHolder.cs (4)
41get { return _collection; } 48get { return _collection as IList; } 54get { return _collection as IDictionary; } 60get { return _collection as ArrayExtension; }