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