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