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