4 references to DirectoryVirtualListViewContext
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
301
public DirectoryVirtualListView(int beforeCount, int afterCount, int offset, System.DirectoryServices.
DirectoryVirtualListViewContext
? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
303
public DirectoryVirtualListView(int beforeCount, int afterCount, string? target, System.DirectoryServices.
DirectoryVirtualListViewContext
? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
311
public System.DirectoryServices.
DirectoryVirtualListViewContext
? DirectoryVirtualListViewContext { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
323
public System.DirectoryServices.
DirectoryVirtualListViewContext
Copy() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }