Exemplo n.º 1
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride)
 {
     this.options  = options;
     default_value = defaultValue;
     set_value     = setValueOverride;
     get_value     = getValueOverride;
 }
Exemplo n.º 2
0
		public PropertyMetadata (object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride)
		{
			this.options = options;
			default_value = defaultValue;
			set_value = setValueOverride;
			get_value = getValueOverride;
		}
Exemplo n.º 3
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, params Attribute[] attributes)
 {
     this.options    = options;
     default_value   = defaultValue;
     set_value       = setValueOverride;
     get_value       = getValueOverride;
     this.attributes = attributes;
 }
Exemplo n.º 4
0
 internal PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, bool shouldAlwaysCallOverride, params Attribute[] attributes)
 {
     this.defaultValue             = defaultValue;
     this.options                  = options;
     this.getValueOverride         = getValueOverride;
     this.setValueOverride         = setValueOverride;
     this.shouldAlwaysCallOverride = shouldAlwaysCallOverride;
     this.attributes               = attributes;
 }
 internal PropertyMetadata(object defaultValue, DependencyPropertyOptions options, System.Workflow.ComponentModel.GetValueOverride getValueOverride, System.Workflow.ComponentModel.SetValueOverride setValueOverride, bool shouldAlwaysCallOverride, params Attribute[] attributes)
 {
     this.options                  = DependencyPropertyOptions.Default;
     this.defaultValue             = defaultValue;
     this.options                  = options;
     this.getValueOverride         = getValueOverride;
     this.setValueOverride         = setValueOverride;
     this.shouldAlwaysCallOverride = shouldAlwaysCallOverride;
     this.attributes               = attributes;
 }
Exemplo n.º 6
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options)
 {
     default_value = defaultValue;
     this.options  = options;
 }
Exemplo n.º 7
0
		public PropertyMetadata (DependencyPropertyOptions options, params Attribute[] attributes)
		{
			this.options = options;
			this.attributes = attributes;
		}
Exemplo n.º 8
0
		public PropertyMetadata (DependencyPropertyOptions options)
		{
			this.options = options;
		}
Exemplo n.º 9
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, params Attribute[] attributes)
     : this(defaultValue, options, getValueOverride, setValueOverride, false, attributes)
 {
 }
Exemplo n.º 10
0
 public PropertyMetadata(DependencyPropertyOptions options, params Attribute[] attributes)
     : this(null, options, null, null, attributes)
 {
 }
Exemplo n.º 11
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options)
     : this(defaultValue, options, null, null, new Attribute[] { })
 {
 }
Exemplo n.º 12
0
        public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, params Attribute[] attributes)
            : this(defaultValue, options, null, null, attributes)
        {

        }
Exemplo n.º 13
0
        public PropertyMetadata(object defaultValue, DependencyPropertyOptions options)
            : this(defaultValue, options, null, null, new Attribute[] { })
        {

        }
Exemplo n.º 14
0
        public PropertyMetadata(DependencyPropertyOptions options)
            : this(null, options)
        {

        }
Exemplo n.º 15
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, params Attribute[] attributes)
 {
     this.options    = options;
     default_value   = defaultValue;
     this.attributes = attributes;
 }
Exemplo n.º 16
0
 public PropertyMetadata(DependencyPropertyOptions options, params Attribute[] attributes)
 {
     this.options    = options;
     this.attributes = attributes;
 }
Exemplo n.º 17
0
 public PropertyMetadata(DependencyPropertyOptions options)
     : this(null, options)
 {
 }
Exemplo n.º 18
0
        public PropertyMetadata(DependencyPropertyOptions options, params Attribute[] attributes)
            : this(null, options, null, null, attributes)
        {

        }
Exemplo n.º 19
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, params Attribute[] attributes)
     : this(defaultValue, options, null, null, attributes)
 {
 }
Exemplo n.º 20
0
        public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride)
            :
            this(defaultValue, options, getValueOverride, setValueOverride, new Attribute[] { })
        {

        }
Exemplo n.º 21
0
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride)
     :
     this(defaultValue, options, getValueOverride, setValueOverride, new Attribute[] { })
 {
 }
Exemplo n.º 22
0
        public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, params Attribute[] attributes)
            : this(defaultValue, options, getValueOverride, setValueOverride, false, attributes)
        {

        }
Exemplo n.º 23
0
 internal PropertyMetadata(object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, bool shouldAlwaysCallOverride, params Attribute[] attributes)
 {
     this.defaultValue = defaultValue;
     this.options = options;
     this.getValueOverride = getValueOverride;
     this.setValueOverride = setValueOverride;
     this.shouldAlwaysCallOverride = shouldAlwaysCallOverride;
     this.attributes = attributes;
 }
 public PropertyMetadata()
 {
     this.options = DependencyPropertyOptions.Default;
 }
Exemplo n.º 25
0
		public PropertyMetadata (object defaultValue, DependencyPropertyOptions options)
		{
			default_value = defaultValue;
			this.options = options;
		}
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, System.Workflow.ComponentModel.GetValueOverride getValueOverride, System.Workflow.ComponentModel.SetValueOverride setValueOverride) : this(defaultValue, options, getValueOverride, setValueOverride, new Attribute[0])
 {
 }
Exemplo n.º 27
0
		public PropertyMetadata (object defaultValue, DependencyPropertyOptions options, params Attribute[] attributes)
		{
			this.options = options;
			default_value = defaultValue;
			this.attributes = attributes;
		}
 public PropertyMetadata(object defaultValue, DependencyPropertyOptions options, System.Workflow.ComponentModel.GetValueOverride getValueOverride, System.Workflow.ComponentModel.SetValueOverride setValueOverride, params Attribute[] attributes) : this(defaultValue, options, getValueOverride, setValueOverride, false, attributes)
 {
 }
Exemplo n.º 29
0
		public PropertyMetadata (object defaultValue, DependencyPropertyOptions options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, params Attribute[] attributes)
		{
			this.options = options;
			default_value = defaultValue;
			set_value = setValueOverride;
			get_value = getValueOverride;
			this.attributes = attributes;
		}
Exemplo n.º 30
0
 public PropertyMetadata(DependencyPropertyOptions options)
 {
     this.options = options;
 }