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