4 references to TextBoxPropertyChanged
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
1286identifierDesigner.TextBoxPropertyChanged += this.OnIdentifierDesignerTextBoxChanged; 1319identifierDesigner.TextBoxPropertyChanged -= this.OnIdentifierDesignerTextBoxChanged;
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (2)
72if (this.TextBoxPropertyChanged != null) 74this.TextBoxPropertyChanged(this, new PropertyChangedEventArgs("IdentifierTextBox"));