5 references to NullTypeWrapper
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (5)
213this.typeComboBox.SelectedIndex = this.typeComboBox.Items.IndexOf(this.NullTypeWrapper); 344yield return this.NullTypeWrapper; 530ctrl.typeComboBox.SelectedIndex = ctrl.typeComboBox.Items.IndexOf(ctrl.NullTypeWrapper); 890return this.typePresenter.NullTypeWrapper; 899if (typeWrapper == this.typePresenter.NullTypeWrapper)