17 references to Document
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\PropertyTabAttribute.cs (3)
56
if (tabScope < PropertyTabScope.
Document
)
73
if (tabScope < PropertyTabScope.
Document
)
220
if (tabScopes[i] < PropertyTabScope.
Document
)
System.Windows.Forms (14)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (14)
272
RemoveTabs(PropertyTabScope.
Document
, setupToolbar: true);
298
RefreshTabs(PropertyTabScope.
Document
);
1575
/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.
Document
"/>
1579
if (tabScope < PropertyTabScope.
Document
)
2432
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
2434
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, e.Component, setupToolbar: true);
2479
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3411
/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.
Document
"/>.
3421
if (tabScope < PropertyTabScope.
Document
)
3442
if (tabScope <= PropertyTabScope.
Document
3451
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3453
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, component, setupToolbar: false);
3519
/// For example, removing <see cref="PropertyTabScope.
Document
"/> will remove <see cref="PropertyTabScope.
Document
"/>