3 writes to scope
System.Management (3)
managementeventwatcher.cs (3)
219this.scope = ManagementScope._Clone(scope, new IdentifierChangedEventHandler(HandleIdentifierChange)); 221this.scope = ManagementScope._Clone(null, new IdentifierChangedEventHandler(HandleIdentifierChange)); 295scope = (ManagementScope)value.Clone ();
12 references to scope
System.Management (12)
managementeventwatcher.cs (12)
250if (null != scope) 251scope.IdentifierChanged -= new IdentifierChangedEventHandler (HandleIdentifierChange); 288return scope; 294ManagementScope oldScope = scope; 302scope.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange); 408status = scope.GetSecuredIWbemServicesHandler( Scope.GetIWbemServices() ).ExecNotificationQuery_( 430status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref cachedCount); 510IWbemServices wbemServices = scope.GetIWbemServices(); 522int status = scope.GetSecuredIWbemServicesHandler(wbemServices).ExecNotificationQueryAsync_( 588if (null == scope) 595lock (scope) 597scope.Initialize ();