1 write to activeItem
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2481this.activeItem = value;
4 references to activeItem
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
2472return this.activeItem; 2477if (this.activeItem == value) 2480ItemInfo previousSelection = this.activeItem; 2486SelectionChanged(this, new SelectionChangeEventArgs(previousSelection, this.activeItem));