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)
68get { return _defaultCollection; } 185if (_defaultCollection == null)