1 write to __highContrastCallbackList
PresentationFramework (1)
MS\Internal\Ink\HighContrastHelper.cs (1)
62
__highContrastCallbackList
= new List<WeakReference>();
7 references to __highContrastCallbackList
PresentationFramework (7)
MS\Internal\Ink\HighContrastHelper.cs (7)
85
int count =
__highContrastCallbackList
.Count;
95
WeakReference weakRef =
__highContrastCallbackList
[j];
103
__highContrastCallbackList
.RemoveAt(j);
112
__highContrastCallbackList
.Add(new WeakReference(highContrastCallback));
142
int count =
__highContrastCallbackList
.Count;
151
WeakReference weakRef =
__highContrastCallbackList
[j];
172
__highContrastCallbackList
.RemoveAt(j);