7 references to IsEmpty
PresentationFramework (2)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
600public bool IsEmpty { get { return _list.IsEmpty; } }
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
424bool result = _listeners.IsEmpty;
WindowsBase (5)
Base\System\ComponentModel\PropertyChangedEventManager.cs (3)
174removeList = (list.IsEmpty); 236removeList = (list.IsEmpty); 478if (list.IsEmpty)
Base\System\Windows\WeakEventManager.cs (2)
338if (list.IsEmpty) 427removeList = list.IsEmpty;