5 writes to _defaultCollection
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
164
_defaultCollection
= _resourcesParent.Resources;
170
_defaultCollection
= ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty);
174
_defaultCollection
= PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent });
180
_defaultCollection
= XamlTypeMapper.GetInternalPropertyValue(_reader.ParserContext,
192
_defaultCollection
= PropertyDefinition.PropertyInfo.GetValue(
2 references to _defaultCollection
PresentationFramework (2)
System\Windows\Markup\BamlCollectionHolder.cs (2)
68
get { return
_defaultCollection
; }
185
if (
_defaultCollection
== null)