1 write to _xamlElementContentDescriptorDictionary
PresentationFramework (1)
MS\Internal\IO\Packaging\initElementDictionary.cs (1)
47_xamlElementContentDescriptorDictionary = new Hashtable(300);
26 references to _xamlElementContentDescriptorDictionary
PresentationFramework (26)
MS\Internal\IO\Packaging\initElementDictionary.cs (22)
25_xamlElementContentDescriptorDictionary.Add( 34_xamlElementContentDescriptorDictionary.Add( 43if (_xamlElementContentDescriptorDictionary != null) 49_xamlElementContentDescriptorDictionary.Add( 90_xamlElementContentDescriptorDictionary.Add( 93_xamlElementContentDescriptorDictionary.Add( 98_xamlElementContentDescriptorDictionary.Add( 110_xamlElementContentDescriptorDictionary.Add( 115_xamlElementContentDescriptorDictionary.Add( 126_xamlElementContentDescriptorDictionary.Add( 151_xamlElementContentDescriptorDictionary.Add( 170_xamlElementContentDescriptorDictionary.Add( 181_xamlElementContentDescriptorDictionary.Add( 184_xamlElementContentDescriptorDictionary.Add( 192_xamlElementContentDescriptorDictionary.Add( 203_xamlElementContentDescriptorDictionary.Add( 213_xamlElementContentDescriptorDictionary.Add( 225_xamlElementContentDescriptorDictionary.Add( 231_xamlElementContentDescriptorDictionary.Add( 238_xamlElementContentDescriptorDictionary.Add( 247_xamlElementContentDescriptorDictionary.Add( 256_xamlElementContentDescriptorDictionary.Add(
MS\Internal\IO\Packaging\XamlFilter.cs (4)
312ICollection keys = _xamlElementContentDescriptorDictionary.Keys; 313ICollection values = _xamlElementContentDescriptorDictionary.Values; 572(ContentDescriptor) _xamlElementContentDescriptorDictionary[elementFullName]; 587_xamlElementContentDescriptorDictionary.Add(elementFullName, elementDescriptor);