1 write to _inflatedList
PresentationFramework (1)
src\Framework\System\Windows\SystemResources.cs (1)
1894_inflatedList = new WeakReferenceList(this);
7 references to _inflatedList
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
1855if (_inflatedList != null) 1857foreach (ResourceReferenceExpression listener in _inflatedList) 1892if (_inflatedList == null) 1896_inflatedList.Add(listener); 1901Debug.Assert(_inflatedList != null); 1903if (_inflatedList != null) 1905_inflatedList.Remove(listener);