1 write to ModelItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
223
this.
ModelItem
= this.workflowViewElement.ModelItem;
13 references to ModelItem
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (13)
133
this.floatingAnnotation.ModelItem = this.
ModelItem
;
182
bool? value = this.ViewStateService.RetrieveViewState(this.
ModelItem
, Annotation.IsAnnotationDockedViewStateName) as bool?;
196
this.ViewStateService.StoreViewState(this.
ModelItem
, Annotation.IsAnnotationDockedViewStateName, value);
233
this.
ModelItem
.PropertyChanged += new PropertyChangedEventHandler(this.OnModelItemPropertyChanged);
237
this.hasAnnotation = this.
ModelItem
.Properties[Annotation.AnnotationTextPropertyName].ComputedValue != null;
239
if (this.
ModelItem
.Properties[Annotation.AnnotationTextPropertyName].ComputedValue == null)
274
this.
ModelItem
.PropertyChanged -= new PropertyChangedEventHandler(this.OnModelItemPropertyChanged);
339
if (e.ParentModelItem == this.
ModelItem
&& e.Key == Annotation.IsAnnotationDockedViewStateName && !this.isViewStateChangedInternally)
364
this.hasAnnotation = this.
ModelItem
.Properties[Annotation.AnnotationTextPropertyName].ComputedValue != null;
426
this.helpService.AddContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.
ModelItem
.ItemType), ComponentModel.Design.HelpKeywordType.F1Keyword);
431
Selection.SelectOnly(this.EditingContext, this.
ModelItem
);
434
this.helpService.RemoveContextAttribute(string.Empty, WorkflowViewManager.GetF1HelpTypeKeyword(this.
ModelItem
.ItemType));
465
return this.
ModelItem
!= null &&