36 references to PropertyAttributes
mscorlib (17)
system\reflection\cominterfaces.cs (1)
569PropertyAttributes Attributes { get; }
system\reflection\emit\propertybuilder.cs (3)
46PropertyAttributes attr, // property attribute such as DefaultProperty, Bindable, DisplayBind, etc 235public override PropertyAttributes Attributes { 301private PropertyAttributes m_attributes; // property's attribute flags
system\reflection\emit\typebuilder.cs (6)
257internal static extern int DefineProperty(RuntimeModule module, int tkParent, String name, PropertyAttributes attributes, 2128public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, Type returnType, Type[] parameterTypes) 2133public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, 2140public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, 2150public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, CallingConventions callingConvention, 2162private PropertyBuilder DefinePropertyNoLock(String name, PropertyAttributes attributes, CallingConventions callingConvention,
system\reflection\mdimport.cs (2)
503public unsafe void GetPropertyProps(int mdToken, out void* name, out PropertyAttributes propertyAttributes, out ConstArray signature) 509propertyAttributes = (PropertyAttributes)_propertyAttributes;
system\reflection\propertyinfo.cs (5)
94public abstract PropertyAttributes Attributes { get; } 158public bool IsSpecialName { get { return(Attributes & PropertyAttributes.SpecialName) != 0; } } 199private PropertyAttributes m_flags; 257PropertyAttributes flags; 588public override PropertyAttributes Attributes
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexerPropertyInfo.cs (1)
33public override PropertyAttributes Attributes
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1815public override PropertyAttributes Attributes { get { return _info.Attributes; } }
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
675PropertyBuilder propertyBuilder = TypeBuilder.DefineProperty(member.Name, System.Reflection.PropertyAttributes.None, baseProperty.PropertyType, Type.EmptyTypes); 1449PropertyBuilder relationshipManagerProperty = typeBuilder.DefineProperty("RelationshipManager", System.Reflection.PropertyAttributes.None, typeof(RelationshipManager), Type.EmptyTypes);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
340PropertyBuilder pb = tb.DefineProperty(dp.Name, PropertyAttributes.HasDefault, dp.Type, null);
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2498public override PropertyAttributes Attributes
System.Workflow.ComponentModel (8)
AuthoringOM\Bind.cs (2)
1683public override PropertyAttributes Attributes 1685get { return PropertyAttributes.None; }
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
130public override PropertyAttributes Attributes 134return PropertyAttributes.None;
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
955public override PropertyAttributes Attributes
AuthoringOM\Design\ComponentSerializationService.cs (2)
768public override PropertyAttributes Attributes 775return PropertyAttributes.None;
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
148public override PropertyAttributes Attributes
System.Xml (4)
System\Xml\Serialization\XmlSerializationILGen.cs (3)
136PropertyAttributes.None, 475PropertyAttributes.None, 498PropertyAttributes.None,
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
982PropertyAttributes.None,