5 writes to _defaultCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (5)
168_defaultCollection = _resourcesParent.Resources; 174_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 178_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent }); 184_defaultCollection = XamlTypeMapper.GetInternalPropertyValue(_reader.ParserContext, 196_defaultCollection = PropertyDefinition.PropertyInfo.GetValue(
2 references to _defaultCollection
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (2)
72get { return _defaultCollection; } 189if (_defaultCollection == null)