1 write to __highContrastCallbackList
PresentationFramework (1)
MS\Internal\Ink\HighContrastHelper.cs (1)
66
__highContrastCallbackList
= new List<WeakReference>();
7 references to __highContrastCallbackList
PresentationFramework (7)
MS\Internal\Ink\HighContrastHelper.cs (7)
89
int count =
__highContrastCallbackList
.Count;
99
WeakReference weakRef =
__highContrastCallbackList
[j];
107
__highContrastCallbackList
.RemoveAt(j);
116
__highContrastCallbackList
.Add(new WeakReference(highContrastCallback));
146
int count =
__highContrastCallbackList
.Count;
155
WeakReference weakRef =
__highContrastCallbackList
[j];
176
__highContrastCallbackList
.RemoveAt(j);