1 write to __highContrastCallbackList
PresentationFramework (1)
MS\Internal\Ink\HighContrastHelper.cs (1)
61
__highContrastCallbackList
= new List<WeakReference>();
7 references to __highContrastCallbackList
PresentationFramework (7)
MS\Internal\Ink\HighContrastHelper.cs (7)
84
int count =
__highContrastCallbackList
.Count;
94
WeakReference weakRef =
__highContrastCallbackList
[j];
102
__highContrastCallbackList
.RemoveAt(j);
111
__highContrastCallbackList
.Add(new WeakReference(highContrastCallback));
141
int count =
__highContrastCallbackList
.Count;
150
WeakReference weakRef =
__highContrastCallbackList
[j];
171
__highContrastCallbackList
.RemoveAt(j);