4 references to Null
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (4)
149this.Text = Null; 203this.ComboBoxItems = new ObservableCollection<string> { Null }; 254if (this.Text.Equals(Null)) 267else if (!this.ValueType.IsValueType && this.Text.Equals(Null))