5 references to Empty
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (5)
153this.Text = Empty; 206this.ComboBoxItems.Add(Empty); 258else if (this.Text.Equals(Empty)) 329normalizedOldText = normalizedOldText == Empty ? string.Empty : normalizedOldText; 330normalizedNewText = normalizedNewText == Empty ? string.Empty : normalizedNewText;