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