Esempio n. 1
0
 private void RefreshDPs()
 {
     if (DependencyProperties.Count > 0)
     {
         return;
     }
     DependencyProperties = new ObservableCollection <DependencyPropertyCache>(_Interop.GetDependencyProperties());
 }