1 write to designer
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
60
this.
designer
= designer;
6 references to designer
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (6)
61
this.editingContext = this.
designer
.Context;
535
return
designer
.ObjectToSourceLocationMapping.FindModelItem(sourceLocation);
541
return
designer
.ObjectToSourceLocationMapping.FindModelItemOfViewState(sourceLocation);
546
return
designer
.ObjectToSourceLocationMapping.FindSourceLocation(modelItem);
551
return
designer
.ObjectToSourceLocationMapping.GetObjectsWithSourceLocation();
672
PropertyInspector propertiesGrid = this.
designer
.PropertyInspectorView as PropertyInspector;