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