2 implementations of SupportsChangeNotifications
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
130public virtual bool SupportsChangeNotifications {
System\Configuration\Internal\InternalConfigHost.cs (1)
338bool IInternalConfigHost.SupportsChangeNotifications {
2 references to SupportsChangeNotifications
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
354_flags[SupportsChangeNotifications] = ClassFlags[ClassSupportsChangeNotifications] && Host.SupportsChangeNotifications;
System\Configuration\Internal\DelegatingConfigHost.cs (1)
132return Host.SupportsChangeNotifications;