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