116 references to No
System.Activities.Core.Presentation (60)
System\Activities\Core\Presentation\CancellationScopeDesigner.xaml.cs (3)
23builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); 24builder.AddCustomAttributes(type, type.GetProperty("CancellationHandler"), BrowsableAttribute.No); 25builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (1)
68builder.AddCustomAttributes(type, type.GetProperty("Value"), BrowsableAttribute.No);
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
60builder.AddCustomAttributes(type, type.GetProperty("Action"), BrowsableAttribute.No);
System\Activities\Core\Presentation\CompensableActivityDesigner.xaml.cs (5)
26builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); 27builder.AddCustomAttributes(type, type.GetProperty("CompensationHandler"), BrowsableAttribute.No); 28builder.AddCustomAttributes(type, type.GetProperty("ConfirmationHandler"), BrowsableAttribute.No); 29builder.AddCustomAttributes(type, type.GetProperty("CancellationHandler"), BrowsableAttribute.No); 30builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\DoWhileDesigner.xaml.cs (2)
25builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); 26builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (5)
256builder.AddCustomAttributes(type, type.GetProperty("StartNode"), BrowsableAttribute.No); 257builder.AddCustomAttributes(type, type.GetProperty("Nodes"), BrowsableAttribute.No); 258builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No); 265builder.AddCustomAttributes(type, type.GetProperty("Action"), BrowsableAttribute.No); 266builder.AddCustomAttributes(type, type.GetProperty("Next"), BrowsableAttribute.No);
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (2)
112builder.AddCustomAttributes(type, type.GetProperty("True"), BrowsableAttribute.No); 113builder.AddCustomAttributes(type, type.GetProperty("False"), BrowsableAttribute.No);
System\Activities\Core\Presentation\FlowSwitchDefaultLinkFeature.cs (1)
22builder.AddCustomAttributes(typeof(FlowSwitchDefaultLink<>), "DefaultCaseDisplayName", BrowsableAttribute.No);
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
118builder.AddCustomAttributes(type, type.GetProperty("Default"), BrowsableAttribute.No);
System\Activities\Core\Presentation\ForEachDesigner.xaml.cs (1)
43builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No);
System\Activities\Core\Presentation\IfElseDesigner.xaml.cs (2)
32builder.AddCustomAttributes(type, type.GetProperty("Then"), BrowsableAttribute.No); 33builder.AddCustomAttributes(type, type.GetProperty("Else"), BrowsableAttribute.No);
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (2)
38builder.AddCustomAttributes(typeof(InvokeDelegate), DelegatePropertyName, BrowsableAttribute.No); 40builder.AddCustomAttributes(typeof(InvokeDelegate), DefaultPropertyName, BrowsableAttribute.No);
System\Activities\Core\Presentation\NoPersistScopeDesigner.xaml.cs (1)
25builder.AddCustomAttributes(type, type.GetProperty(NoPersistScopeDesigner.BodyPropertyName), BrowsableAttribute.No);
System\Activities\Core\Presentation\ParallelDesigner.xaml.cs (2)
27builder.AddCustomAttributes(type, type.GetProperty("Branches"), BrowsableAttribute.No); 28builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\PickBranchDesigner.xaml.cs (3)
28builder.AddCustomAttributes(type, type.GetProperty("Action"), BrowsableAttribute.No); 29builder.AddCustomAttributes(type, type.GetProperty("Trigger"), BrowsableAttribute.No); 30builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
33builder.AddCustomAttributes(type, type.GetProperty("Branches"), BrowsableAttribute.No);
System\Activities\Core\Presentation\SequenceDesigner.xaml.cs (2)
43builder.AddCustomAttributes(type, type.GetProperty("Activities"), BrowsableAttribute.No); 44builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\StateDesigner.xaml.cs (5)
62builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.EntryPropertyName), BrowsableAttribute.No); 63builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.ExitPropertyName), BrowsableAttribute.No); 64builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.TransitionsPropertyName), BrowsableAttribute.No); 65builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.IsFinalPropertyName), BrowsableAttribute.No); 66builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.VariablesPropertyName), BrowsableAttribute.No);
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (3)
53builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.StatesPropertyName), BrowsableAttribute.No); 54builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.VariablesPropertyName), BrowsableAttribute.No); 55builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.InitialStatePropertyName), BrowsableAttribute.No);
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
304builder.AddCustomAttributes(type, type.GetProperty("Default"), BrowsableAttribute.No);
System\Activities\Core\Presentation\TransactionScopeDesigner.xaml.cs (1)
23builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (3)
209builder.AddCustomAttributes(transitionType, transitionType.GetProperty(TransitionDesigner.TriggerPropertyName), BrowsableAttribute.No); 210builder.AddCustomAttributes(transitionType, transitionType.GetProperty(TransitionDesigner.ActionPropertyName), BrowsableAttribute.No); 211builder.AddCustomAttributes(transitionType, transitionType.GetProperty(TransitionDesigner.ToPropertyName), BrowsableAttribute.No);
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (4)
142builder.AddCustomAttributes(type, type.GetProperty("Try"), BrowsableAttribute.No); 143builder.AddCustomAttributes(type, type.GetProperty("Finally"), BrowsableAttribute.No); 144builder.AddCustomAttributes(type, type.GetProperty("Catches"), BrowsableAttribute.No); 145builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\WhileDesigner.xaml.cs (2)
27builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); 28builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\ServiceModel\Activities\Presentation\CorrelationScopeDesigner.xaml.cs (1)
23builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No);
System\ServiceModel\Activities\Presentation\TransactedReceiveScope.xaml.cs (3)
22builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No); 23builder.AddCustomAttributes(type, type.GetProperty("Request"), BrowsableAttribute.No); 24builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (2)
46builder.AddCustomAttributes(serviceType, serviceType.GetProperty("Endpoints"), BrowsableAttribute.No); 56builder.AddCustomAttributes(serviceType, serviceType.GetProperty("Body"), BrowsableAttribute.No);
System.Activities.Presentation (21)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
318PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 494PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 508PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 522PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 538PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (10)
28builder.AddCustomAttributes(typeof(ActivityBuilder), "ImplementationVersion", BrowsableAttribute.No); 29builder.AddCustomAttributes(typeof(ActivityBuilder<>), "ImplementationVersion", BrowsableAttribute.No); 30builder.AddCustomAttributes(typeof(DynamicActivity), "ImplementationVersion", BrowsableAttribute.No); 31builder.AddCustomAttributes(typeof(DynamicActivity<>), "ImplementationVersion", BrowsableAttribute.No); 32builder.AddCustomAttributes(typeof(Flowchart), "ValidateUnconnectedNodes", BrowsableAttribute.No); 33builder.AddCustomAttributes(typeof(FlowDecision), "DisplayName", BrowsableAttribute.No); 34builder.AddCustomAttributes(typeof(FlowSwitch<>), "DisplayName", BrowsableAttribute.No); 37builder.AddCustomAttributes(typeof(WorkflowService), "DefinitionIdentity", BrowsableAttribute.No); 38builder.AddCustomAttributes(typeof(WorkflowService), "ImplementedContracts", BrowsableAttribute.No); 39builder.AddCustomAttributes(typeof(Send), "SecurityTokenHandle", BrowsableAttribute.No);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
851PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 859PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 887PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
1060PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 1069PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 1096PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
System.Data (22)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
304builder.AddCustomAttributes(type, type.GetProperty("Default"), BrowsableAttribute.No);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
318PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 494PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 508PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 522PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 538PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (10)
28builder.AddCustomAttributes(typeof(ActivityBuilder), "ImplementationVersion", BrowsableAttribute.No); 29builder.AddCustomAttributes(typeof(ActivityBuilder<>), "ImplementationVersion", BrowsableAttribute.No); 30builder.AddCustomAttributes(typeof(DynamicActivity), "ImplementationVersion", BrowsableAttribute.No); 31builder.AddCustomAttributes(typeof(DynamicActivity<>), "ImplementationVersion", BrowsableAttribute.No); 32builder.AddCustomAttributes(typeof(Flowchart), "ValidateUnconnectedNodes", BrowsableAttribute.No); 33builder.AddCustomAttributes(typeof(FlowDecision), "DisplayName", BrowsableAttribute.No); 34builder.AddCustomAttributes(typeof(FlowSwitch<>), "DisplayName", BrowsableAttribute.No); 37builder.AddCustomAttributes(typeof(WorkflowService), "DefinitionIdentity", BrowsableAttribute.No); 38builder.AddCustomAttributes(typeof(WorkflowService), "ImplementedContracts", BrowsableAttribute.No); 39builder.AddCustomAttributes(typeof(Send), "SecurityTokenHandle", BrowsableAttribute.No);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
851PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 859PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 887PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
1060PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 1069PropertyAttributes = new Attribute[] { BrowsableAttribute.No }, 1096PropertyAttributes = new Attribute[] { BrowsableAttribute.No },
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
332InTemplateMode || _parentContainer == null? BrowsableAttribute.No : BrowsableAttribute.Yes);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
469properties["Expressions"] = TypeDescriptor.CreateProperty(this.GetType(), property, BrowsableAttribute.No);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
507properties[propertyName] = TypeDescriptor.CreateProperty(this.GetType(), property, BrowsableAttribute.No);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
818InTemplateMode ? BrowsableAttribute.No : BrowsableAttribute.Yes 826InTemplateMode? BrowsableAttribute.No : BrowsableAttribute.Yes 834InTemplateMode? BrowsableAttribute.No : BrowsableAttribute.Yes 839properties[_expressionsPropertyName] = TypeDescriptor.CreateProperty(this.GetType(), property, BrowsableAttribute.No);
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1105InTemplateMode ? BrowsableAttribute.No : BrowsableAttribute.Yes, 1117BrowsableAttribute.No);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
108bool pfHide = sender.Attributes[typeof(BrowsableAttribute)].Equals(BrowsableAttribute.No); 112attrEvent.Add(pfHide ? BrowsableAttribute.No : BrowsableAttribute.Yes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
207if (attrs[i].Equals(BrowsableAttribute.No) && !hrHidden) {
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\ExceptionHandlerDesigner.cs (1)
22properties["InitializeField"] = TypeDescriptor.CreateProperty(GetType(), "InitializeField", typeof(bool), new Attribute[] { DesignerSerializationVisibilityAttribute.Hidden, BrowsableAttribute.No });