5 writes to _defaultCollection
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
162
_defaultCollection
= _resourcesParent.Resources;
168
_defaultCollection
= ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty);
172
_defaultCollection
= PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent });
178
_defaultCollection
= XamlTypeMapper.GetInternalPropertyValue(_reader.ParserContext,
190
_defaultCollection
= PropertyDefinition.PropertyInfo.GetValue(
2 references to _defaultCollection
PresentationFramework (2)
System\Windows\Markup\BamlCollectionHolder.cs (2)
66
get { return
_defaultCollection
; }
183
if (
_defaultCollection
== null)