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