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