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