13 overrides of IsBrowsable
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
62public override bool IsBrowsable
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
49public override bool IsBrowsable
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1313public override bool IsBrowsable
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
52public override bool IsBrowsable
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
62public override bool IsBrowsable
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
49public override bool IsBrowsable
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1313public override bool IsBrowsable
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
52public override bool IsBrowsable
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
100 public override bool IsBrowsable {
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
177public override bool IsBrowsable
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
895 public override bool IsBrowsable
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
895 public override bool IsBrowsable
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
509public override bool IsBrowsable { get { return Property.IsBrowsable; } }
13 references to IsBrowsable
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
115if (dynamicProperty.IsBrowsable)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
114return propertyDescriptor.IsBrowsable;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
114return propertyDescriptor.IsBrowsable;
fx\src\data\System\Data\DataColumnPropertyDescriptor.cs (1)
102 return (column.ColumnMapping == System.Data.MappingType.Hidden ? false : base.IsBrowsable);
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
899 return this._basePropertyDescriptor.IsBrowsable;
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
877property.IsBrowsable
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
6985if (!this.IsBrowsable && !this.IsReadOnly) { 7292if (!this.IsBrowsable) {
winforms\Managed\System\WinForms\DataGridTable.cs (1)
1424if (!prop.IsBrowsable)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1047dataGridViewColumn.IsBrowsableInternal = this.props[i].IsBrowsable;
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
899 return this._basePropertyDescriptor.IsBrowsable;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
225if (eventDesc.IsBrowsable)
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
509public override bool IsBrowsable { get { return Property.IsBrowsable; } }