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)
278
RemoveTabs(PropertyTabScope.
Document
, setupToolbar: true);
304
RefreshTabs(PropertyTabScope.
Document
);
1622
/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.
Document
"/>
1626
if (tabScope < PropertyTabScope.
Document
)
2485
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
2487
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, e.Component, setupToolbar: true);
2532
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3464
/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.
Document
"/>.
3474
if (tabScope < PropertyTabScope.
Document
)
3495
if (tabScope <= PropertyTabScope.
Document
3504
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3506
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, component, setupToolbar: false);
3572
/// For example, removing <see cref="PropertyTabScope.
Document
"/> will remove <see cref="PropertyTabScope.
Document
"/>