Пример #1
0
 public TreeNodeProvider(IDependencyPropertyService <DependencyObject, Style, DependencyProperty> dependencyPropertyService)
     : base(dependencyPropertyService)
 {
     this.applicationDependencyObject = new ApplicationDependencyObject(Application.Current);
 }
Пример #2
0
 public TreeNodeProvider(IDependencyPropertyService <DependencyObject, Style, DependencyProperty> dependencyPropertyService)
     : base(dependencyPropertyService)
 {
     this.applicationDependencyObject = new ApplicationDependencyObject(Application.Current);
     this.isInDesigner = DesignerProperties.GetIsInDesignMode(new DependencyObject());
 }