2 writes to lastSelection
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
173this.lastSelection = (Type)TypeProperty.DefaultMetadata.DefaultValue; 521ctrl.lastSelection = (Type)args.NewValue;
4 references to lastSelection
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (4)
211if (this.lastSelection == null) 220if (typeWrapper.IsTypeDefinition && Type.Equals(this.lastSelection, typeWrapper.Type)) 528if (null == ctrl.lastSelection) 667this.Type = this.lastSelection;