Beispiel #1
0
 public static ControlType ControlType(CustomUIItemType customUIItemType)
 {
     return(mappings[customUIItemType]);
 }
 public ControlTypeMappingAttribute(CustomUIItemType customUIItemType, WindowsFramework appliesToFramework)
 {
     this.customUIItemType = customUIItemType;
     this.appliesToFramework = appliesToFramework;
 }
 public ControlTypeMappingAttribute(CustomUIItemType customUIItemType)
 {
     this.customUIItemType = customUIItemType;
 }
 public static ControlType ControlType(CustomUIItemType customUIItemType)
 {
     return mappings[customUIItemType];
 }
 public ControlTypeMappingAttribute(CustomUIItemType customUIItemType, WindowsFramework appliesToFramework)
 {
     this.customUIItemType   = customUIItemType;
     this.appliesToFramework = appliesToFramework;
 }
 public ControlTypeMappingAttribute(CustomUIItemType customUIItemType)
 {
     this.customUIItemType = customUIItemType;
 }