1 write to nullTypeWrapper
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
325this.nullTypeWrapper = new TypeWrapper(NullString, "Null", null);
2 references to nullTypeWrapper
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
323if (this.nullTypeWrapper == null) 327return this.nullTypeWrapper;