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