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