4 references to Sort
System.DirectoryServices (4)
System\DirectoryServices\DirectorySearcher.cs (4)
805if (Sort.PropertyName != null && Sort.PropertyName.Length > 0) 810sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(Sort.PropertyName); 813sortKey.fReverseOrder = (Sort.Direction == SortDirection.Descending) ? -1 : 0;