41 references to Yes
System (3)
compmod\system\componentmodel\BrowsableAttribute.cs (2)
40
/// which is <see cref='System.ComponentModel.BrowsableAttribute.
Yes
'/>. This <see langword='static '/>field is read-only.</para>
42
public static readonly BrowsableAttribute Default =
Yes
;
compmod\system\componentmodel\TypeConverter.cs (1)
308
return GetProperties(context, value, new Attribute[] {BrowsableAttribute.
Yes
});
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (1)
39
builder.AddCustomAttributes(typeof(InvokeDelegate), DelegateArgumentsPropertyName, PropertyValueEditor.CreateEditorAttribute(typeof(DelegateArgumentsValueEditor)), BrowsableAttribute.
Yes
);
System\ServiceModel\Activities\Presentation\InitializeCorrelationDesigner.xaml.cs (1)
45
builder.AddCustomAttributes(type, "CorrelationData", BrowsableAttribute.
Yes
);
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (2)
55
builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelatesOn"), categoryAttribute, BrowsableAttribute.
Yes
,
57
builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.
Yes
,
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (1)
44
builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.
Yes
,
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
55
builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.
Yes
,
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (1)
42
builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.
Yes
,
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Metadata\PropertyInspectorMetadata.cs (1)
65
builder.AddCustomAttributes(owningType, property, BrowsableAttribute.
Yes
);
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Metadata\PropertyInspectorMetadata.cs (1)
65
builder.AddCustomAttributes(owningType, property, BrowsableAttribute.
Yes
);
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (2)
417
BrowsableAttribute.
Yes
,
425
BrowsableAttribute.
Yes
,
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (9)
508
BrowsableAttribute.
Yes
,
516
BrowsableAttribute.
Yes
,
524
BrowsableAttribute.
Yes
,
534
BrowsableAttribute.
Yes
,
547
BrowsableAttribute.
Yes
,
562
BrowsableAttribute.
Yes
,
570
BrowsableAttribute.
Yes
,
578
BrowsableAttribute.
Yes
,
587
BrowsableAttribute.
Yes
,
System.Web.Mobile (5)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
332
InTemplateMode || _parentContainer == null? BrowsableAttribute.No : BrowsableAttribute.
Yes
);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
818
InTemplateMode ? BrowsableAttribute.No : BrowsableAttribute.
Yes
826
InTemplateMode? BrowsableAttribute.No : BrowsableAttribute.
Yes
834
InTemplateMode? BrowsableAttribute.No : BrowsableAttribute.
Yes
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1105
InTemplateMode ? BrowsableAttribute.No : BrowsableAttribute.
Yes
,
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
76
attrEvent.Add(BrowsableAttribute.
Yes
);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
77
attrEvent.Add(BrowsableAttribute.
Yes
);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
112
attrEvent.Add(pfHide ? BrowsableAttribute.No : BrowsableAttribute.
Yes
);
121
attrEvent.Add(BrowsableAttribute.
Yes
);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
30
private AttributeCollection staticAttrs = new AttributeCollection(new Attribute[]{BrowsableAttribute.
Yes
, DesignTimeVisibleAttribute.No});
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
445
browsableAttributes = new AttributeCollection(new Attribute[]{BrowsableAttribute.
Yes
});
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
84
attributes = new Attribute[]{BrowsableAttribute.
Yes
};
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
72
browsableAttributes = new AttributeCollection(new Attribute[]{BrowsableAttribute.
Yes
});
272
this.browsableAttributes = new AttributeCollection(new Attribute[]{BrowsableAttribute.
Yes
});
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerHelpers.cs (1)
1338
PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(component, new Attribute[] { BrowsableAttribute.
Yes
});
AuthoringOM\Design\ReferenceService.cs (1)
13
private static readonly Attribute[] Attributes = new Attribute[] { BrowsableAttribute.
Yes
};
AuthoringOM\Design\TypeConverters.cs (2)
138
props = PropertyDescriptorFilter.FilterProperties(component.Site, value, TypeDescriptor.GetProperties(value, new Attribute[] { BrowsableAttribute.
Yes
}));
274
PropertyDescriptorCollection props = TypeDescriptor.GetProperties(value, new Attribute[] { BrowsableAttribute.
Yes
});