1 override of SetValue
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (1)
171public override void SetValue(ContextItem value)
37 references to SetValue
System.Data (37)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
216this.context.Items.SetValue(new ReadOnlyState() { IsReadOnly = readOnlyState.IsReadOnly });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
886this.Context.Items.SetValue(new Selection(currentItem));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
120context.Items.SetValue(new ErrorItem { Message = e.Message, Details = e.ToString() });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
239this.Context.Items.SetValue(new Selection(argument.Content)); 256this.Context.Items.SetValue(new Selection(newSelection)); 344this.Context.Items.SetValue(restoredSelection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
462this.Context.Items.SetValue(selection); 871designerView.Context.Items.SetValue(new ReadOnlyState() { IsReadOnly = (bool)e.NewValue }); 1088this.Context.Items.SetValue(new Selection()); 1395this.Context.Items.SetValue(new Selection(modelItemList));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
172this.Context.Items.SetValue(new Selection()); 215this.Context.Items.SetValue(new Selection(this.lastSelection));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
297this.context.Items.SetValue(new Selection(selectedModelItems)); 303this.context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\Selection.cs (4)
210context.Items.SetValue(selection); 244context.Items.SetValue(selection); 288context.Items.SetValue(selection); 322context.Items.SetValue(selection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
155this.ParentTreeView.Context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
309this.Context.Items.SetValue(new Selection(variable.Content)); 326this.Context.Items.SetValue(new Selection(newSelection)); 503this.Context.Items.SetValue(newSelection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
237this.Context.Items.SetValue(emptySelection); 346this.Context.Items.SetValue(expressionSelection); 1173this.Context.Items.SetValue(new ErrorItem() { Message = err.Message, Details = err.ToString() });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (7)
112this.context.Items.SetValue(new ReadOnlyState { IsReadOnly = false }); 215this.context.Items.SetValue(item); 420this.Context.Items.SetValue(new ErrorItem() { Message = SR.SeeErrorWindow, Details = details.ToString() }); 430this.Context.Items.SetValue(new ErrorItem() { Message = e.Message, Details = e.ToString() }); 436this.Context.Items.SetValue(new ErrorItem() { Message = string.Empty, Details = string.Empty }); 474this.context.Items.SetValue(fileItem); 488this.Context.Items.SetValue(new ErrorItem() { Message = e.Message, Details = e.ToString() });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
127this.Context.Items.SetValue(new ErrorItem() { Message = e.Message, Details = e.ToString() });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
472this.Context.Items.SetValue(new Selection(new ModelItem[] { }));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
823this.Context.Items.SetValue(new Selection(new ArrayList())); 879this.Context.Items.SetValue(new Selection(modelItemsToSelect));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1033this.Context.Items.SetValue(new Selection(selectedObjects));