Пример #1
0
 public static XamlService RegisterChildrenProperty(this XamlService service, Func <object, object, bool> shouldUseFilter, RegisterPriority priority) => service.RegisterChildrenProperty <object, object>(shouldUseFilter, priority);
Пример #2
0
 public static XamlService RegisterChildrenProperty <T, TParent>(this XamlService service, RegisterPriority priority) => service.RegisterChildrenProperty(typeof(T), typeof(TParent), priority);