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