示例#1
0
 public static void SetCustomInput(UIElement element, CustomInput value)
 {
     element.SetValue(CustomInputProperty, value);
 }