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