3 writes to Item
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
517
this.
Item
= newModelItem;
675
this.
Item
= null;
683
this.
Item
= null;
27 references to Item
System.Data (27)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (27)
111
return this.
Item
== null ? null :
112
this.
Item
.GetCurrentValue() as Activity;
248
if (this.
Item
== null)
253
Fx.Assert(typeof(Sequence).IsAssignableFrom(this.
Item
.ItemType),
255
foreach (ModelItem item in this.
Item
.Properties["Activities"].Collection)
367
IModelTreeItem modelTreeItem = this.
Item
as IModelTreeItem;
438
Fx.Assert(this.
Item
!= null, "Item cannot be null");
442
Keyboard.Focus((UIElement)this.
Item
.View);
452
if (this.
Item
!= null)
454
UIElement view = (UIElement)(this.
Item
.View);
458
Selection.SelectOnly(this.Context, this.
Item
);
481
if (this.
Item
!= null)
484
UIElement itemView = containerService.GetContainer(this.
Item
, this);
504
if (this.
Item
== null || allowReplaceExistingActivity)
681
if (this.
Item
== modelItem)
696
Fx.Assert(itemsToCut[0].Equals(this.
Item
), "Only one item can be cut.");
717
Fx.Assert(this.
Item
== null, "multi-paste on item != null is not supported now");
724
if (null != itemsToDelete && itemsToDelete.Contains(this.
Item
))
736
null == this.
Item
&&
771
if (owner.
Item
!= null &&
772
owner.
Item
.ItemType != null &&
773
!string.IsNullOrEmpty(owner.
Item
.ItemType.Name))
775
return owner.
Item
.ItemType.Name;
942
if (this.wfItemPresenter.
Item
== null)
1176
return (this.wfItemPresenter.
Item
!= null
1184
if (this.wfItemPresenter.
Item
== null)
1199
return draggedObjects.Contains(this.wfItemPresenter.
Item
);