1 write to rosf
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
334
this.
rosf
= new AdvancedFilters(this);
5 references to rosf
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (4)
223
return
rosf
;
443
bool? val =
rosf
.GetChangeStatusForProperty(propertyName);
484
object val =
rosf
.GetValueForProperty(propertyName);
531
rosf
.ResetAllChangeStatus();
System\DirectoryServices\AccountManagement\User.cs (1)
169
public override AdvancedFilters AdvancedSearchFilter { get { return
rosf
; } }