2 references to OnTextBoxLostKeyboardFocus
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (2)
99
this.IdentifierTextBox.LostKeyboardFocus += this.
OnTextBoxLostKeyboardFocus
;
114
textBox.LostKeyboardFocus -= this.
OnTextBoxLostKeyboardFocus
;