Implemented interface member:
event
LostKeyboardFocus
System.Windows.IInputElement.LostKeyboardFocus
6 references to LostKeyboardFocus
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
526_uiParent.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnContainerLostFocus); 549_uiParent.LostKeyboardFocus -= new KeyboardFocusChangedEventHandler(OnContainerLostFocus);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
114this.visibleBox.LostKeyboardFocus -= OnLostKeyboardFocus; 124this.visibleBox.LostKeyboardFocus += OnLostKeyboardFocus;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (2)
99this.IdentifierTextBox.LostKeyboardFocus += this.OnTextBoxLostKeyboardFocus; 114textBox.LostKeyboardFocus -= this.OnTextBoxLostKeyboardFocus;