1 write to DesignerView
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1191
this.
DesignerView
= helper.Context.Services.GetService<DesignerView>();
2 references to DesignerView
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
1200
if (null != this.
DesignerView
)
1205
this.
DesignerView
.ShouldIgnoreDataGridAutoCommit = shouldIgnore;