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)
94int count = __highContrastCallbackList.Count; 104WeakReference weakRef = __highContrastCallbackList[j]; 112__highContrastCallbackList.RemoveAt(j); 121__highContrastCallbackList.Add(new WeakReference(highContrastCallback)); 151int count = __highContrastCallbackList.Count; 160WeakReference weakRef = __highContrastCallbackList[j]; 181__highContrastCallbackList.RemoveAt(j);