In This Article

DocumentWindowCollection Class

Represents an observable collection of DocumentWindow objects.

public class DocumentWindowCollection : DockingWindowCollectionBase<DocumentWindow>
Inheritance:
object Collection<DocumentWindow> ObservableCollection<DocumentWindow> DeferrableObservableCollection<DocumentWindow> DockingWindowCollectionBase<DocumentWindow> object

Constructors

DocumentWindowCollection()

Initializes an instance of the class.

public DocumentWindowCollection()

Inherited Members