2 implementations of SupportsChangeNotifications
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
130
public virtual bool
SupportsChangeNotifications
{
System\Configuration\Internal\InternalConfigHost.cs (1)
338
bool 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)
132
return Host.
SupportsChangeNotifications
;