private void Goto()
 {
     if (SchemaAttributeUsageViewModel.RequestSelectionEvent != null)
     {
         SchemaAttributeUsageViewModel.RequestSelectionEvent(this.UsedBy, new EventArgs());
     }
 }
Beispiel #2
0
 private BitmapSource GetIcon(SchemaAttributeUsageViewModel item)
 {
     return(new BitmapImage(new Uri("pack://application:,,,/Lithnet.Acma.Presentation;component/Resources/DeclarativeValueConstructor.png", UriKind.Absolute)));
 }