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