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