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