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