1 write to __highContrastCallbackList
PresentationFramework (1)
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
71
__highContrastCallbackList
= new List<WeakReference>();
7 references to __highContrastCallbackList
PresentationFramework (7)
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (7)
94
int count =
__highContrastCallbackList
.Count;
104
WeakReference weakRef =
__highContrastCallbackList
[j];
112
__highContrastCallbackList
.RemoveAt(j);
121
__highContrastCallbackList
.Add(new WeakReference(highContrastCallback));
151
int count =
__highContrastCallbackList
.Count;
160
WeakReference weakRef =
__highContrastCallbackList
[j];
181
__highContrastCallbackList
.RemoveAt(j);