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);
301
RefreshTabs(PropertyTabScope.
Document
);
1581
/// Must be <see cref="PropertyTabScope.Component" /> or <see cref="PropertyTabScope.
Document
"/>
1585
if (tabScope < PropertyTabScope.
Document
)
2438
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
2440
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, e.Component, setupToolbar: true);
2485
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3417
/// Either <see cref="PropertyTabScope.Component"/> or <see cref="PropertyTabScope.
Document
"/>.
3427
if (tabScope < PropertyTabScope.
Document
)
3448
if (tabScope <= PropertyTabScope.
Document
3457
if (tabAttribute.TabScopes[i] == PropertyTabScope.
Document
)
3459
AddTab(tabAttribute.TabClasses[i], PropertyTabScope.
Document
, component, setupToolbar: false);
3525
/// For example, removing <see cref="PropertyTabScope.
Document
"/> will remove <see cref="PropertyTabScope.
Document
"/>