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(
43
if (
_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)
312
ICollection keys =
_xamlElementContentDescriptorDictionary
.Keys;
313
ICollection values =
_xamlElementContentDescriptorDictionary
.Values;
572
(ContentDescriptor)
_xamlElementContentDescriptorDictionary
[elementFullName];
587
_xamlElementContentDescriptorDictionary
.Add(elementFullName, elementDescriptor);