2 references to AllowNullProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
290get { return (bool)GetValue(AllowNullProperty); } 291set { SetValue(AllowNullProperty, value); }