13 references to Document
System (3)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (3)
65if (tabScope < PropertyTabScope.Document) { 81if (tabScope < PropertyTabScope.Document) { 226if (tabScopes[i] < PropertyTabScope.Document) {
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGrid.cs (10)
319RemoveTabs(PropertyTabScope.Document, true); 347RefreshTabs(PropertyTabScope.Document); 1970if (tabScope < PropertyTabScope.Document) { 2820if (attribute.TabScopes[i] == PropertyTabScope.Document) { 2821AddRefTab(attribute.TabClasses[i], e.Component, PropertyTabScope.Document, true); 2856if (attribute.TabScopes[i] == PropertyTabScope.Document) { 3932if (tabScope < PropertyTabScope.Document) { 3953if (tabScope <= PropertyTabScope.Document && designerHost != null) { 3963if (attribute.TabScopes[j] == PropertyTabScope.Document) { 3964AddRefTab(attribute.TabClasses[j], comp, PropertyTabScope.Document, false);