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