5 writes to _defaultCollection
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
163
_defaultCollection
= _resourcesParent.Resources;
169
_defaultCollection
= ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty);
173
_defaultCollection
= PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent });
179
_defaultCollection
= XamlTypeMapper.GetInternalPropertyValue(_reader.ParserContext,
191
_defaultCollection
= PropertyDefinition.PropertyInfo.GetValue(
2 references to _defaultCollection
PresentationFramework (2)
System\Windows\Markup\BamlCollectionHolder.cs (2)
67
get { return
_defaultCollection
; }
184
if (
_defaultCollection
== null)