1 write to _activeDTypes
PresentationCore (1)
Shared\MS\Utility\Maps.cs (1)
46
_activeDTypes
= new ItemStructList<DependencyObjectType>(128);
4 references to _activeDTypes
PresentationCore (4)
Shared\MS\Utility\Maps.cs (4)
84
_activeDTypes
.Add(dType);
91
get { return
_activeDTypes
; }
102
for (int i=0; i<
_activeDTypes
.Count; i++)
104
_activeDTypes
.List[i] = null;