6 references to Instance
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
409
PropertyViewManagerStateContainer.
Instance
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (5)
101
this.CurrentViewManager = PropertyViewManagerStateContainer.
Instance
.GetPropertyViewManager(_persistenceId);
191
PropertyViewManagerStateContainer.
Instance
.ContentRestored += new EventHandler(OnGlobalPropertyViewManagerRestored);
196
PropertyViewManagerStateContainer.
Instance
.ContentRestored -= new EventHandler(OnGlobalPropertyViewManagerRestored);
211
this.CurrentViewManager = PropertyViewManagerStateContainer.
Instance
.GetPropertyViewManager(this.PersistenceId);
242
PropertyViewManagerStateContainer.
Instance
.StorePropertyViewManager(theThis.PersistenceId, e.NewValue as IPropertyViewManager);