示例#1
0
 public XamlDirectAdderSetter(WellKnownWinUITypes winUITypes,
                              IXamlType propertyType,
                              IXamlType targetType,
                              IXamlField propertyIndex)
 {
     Parameters    = new[] { propertyType };
     WinUITypes    = winUITypes;
     TargetType    = targetType;
     PropertyIndex = propertyIndex;
 }
 public BindingSetter(WellKnownWinUITypes types,
                      IXamlType declaringType,
                      IXamlProperty dependencyProperty) : base(types, declaringType, dependencyProperty)
 {
     Parameters = new[] { types.BindingBase };
 }