21 writes to PropertyAttributes
System.Data (21)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
318
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
494
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
508
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
522
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
538
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (8)
803
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(VBIdentifierName)).OfType<Attribute>().ToArray(),
815
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(Type)).OfType<Attribute>().ToArray(),
827
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(PropertyKind)).OfType<Attribute>().Union( new Attribute[] { new EditorAttribute(typeof(DirectionPropertyEditor), typeof(PropertyValueEditor)) }).ToArray(),
839
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(PropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
851
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
859
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
866
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(bool)).OfType<Attribute>().Union(
887
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (8)
1012
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(VBIdentifierName)).OfType<Attribute>().ToArray(),
1024
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(Type)).OfType<Attribute>().ToArray(),
1036
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(ModelItem)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(ScopeValueEditor), typeof(PropertyValueEditor)) }).ToArray(),
1048
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(Activity)).OfType<Attribute>().Union(new Attribute[] { new EditorAttribute(typeof(DesignObjectWrapperDynamicPropertyEditor), typeof(DialogPropertyValueEditor)), new EditorReuseAttribute(false) }).ToArray(),
1060
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
1069
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
1081
PropertyAttributes
= TypeDescriptor.GetAttributes(typeof(VariableModifiers)).OfType<Attribute>().ToArray(),
1096
PropertyAttributes
= new Attribute[] { BrowsableAttribute.No },
1 reference to PropertyAttributes
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
601
: base(descriptorData.PropertyName, descriptorData.
PropertyAttributes
)