public ListItemChildValuePatternValueValueEvent(PropertyGridListItemValueProvider provider)
     : base(provider,
            ValuePatternIdentifiers.ValueProperty)
 {
     this.provider = provider;
 }
		public ListItemChildValueAutomationNamePropertyEvent (PropertyGridListItemValueProvider provider) 
			: base (provider,
			        AutomationElementIdentifiers.NameProperty)
		{
			this.provider = provider;
		}
		public ListItemChildValuePatternValueValueEvent (PropertyGridListItemValueProvider provider)
			: base (provider,
			        ValuePatternIdentifiers.ValueProperty)
		{
			this.provider = provider;
		}
Esempio n. 4
0
 public ListItemChildValueAutomationNamePropertyEvent(PropertyGridListItemValueProvider provider)
     : base(provider,
            AutomationElementIdentifiers.NameProperty)
 {
     this.provider = provider;
 }
Esempio n. 5
0
 public ListItemChildValueProviderBehavior(PropertyGridListItemValueProvider childProvider)
     : base(childProvider)
 {
     this.provider = childProvider;
 }