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