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