1 write to _xamlElementContentDescriptorDictionary
PresentationFramework (1)
MS\Internal\IO\Packaging\initElementDictionary.cs (1)
48
_xamlElementContentDescriptorDictionary
= new Hashtable(300);
26 references to _xamlElementContentDescriptorDictionary
PresentationFramework (26)
MS\Internal\IO\Packaging\initElementDictionary.cs (22)
26
_xamlElementContentDescriptorDictionary
.Add(
35
_xamlElementContentDescriptorDictionary
.Add(
44
if (
_xamlElementContentDescriptorDictionary
!= null)
50
_xamlElementContentDescriptorDictionary
.Add(
91
_xamlElementContentDescriptorDictionary
.Add(
94
_xamlElementContentDescriptorDictionary
.Add(
99
_xamlElementContentDescriptorDictionary
.Add(
111
_xamlElementContentDescriptorDictionary
.Add(
116
_xamlElementContentDescriptorDictionary
.Add(
127
_xamlElementContentDescriptorDictionary
.Add(
152
_xamlElementContentDescriptorDictionary
.Add(
171
_xamlElementContentDescriptorDictionary
.Add(
182
_xamlElementContentDescriptorDictionary
.Add(
185
_xamlElementContentDescriptorDictionary
.Add(
193
_xamlElementContentDescriptorDictionary
.Add(
204
_xamlElementContentDescriptorDictionary
.Add(
214
_xamlElementContentDescriptorDictionary
.Add(
226
_xamlElementContentDescriptorDictionary
.Add(
232
_xamlElementContentDescriptorDictionary
.Add(
239
_xamlElementContentDescriptorDictionary
.Add(
248
_xamlElementContentDescriptorDictionary
.Add(
257
_xamlElementContentDescriptorDictionary
.Add(
MS\Internal\IO\Packaging\XamlFilter.cs (4)
319
ICollection keys =
_xamlElementContentDescriptorDictionary
.Keys;
320
ICollection values =
_xamlElementContentDescriptorDictionary
.Values;
579
(ContentDescriptor)
_xamlElementContentDescriptorDictionary
[elementFullName];
594
_xamlElementContentDescriptorDictionary
.Add(elementFullName, elementDescriptor);