Implemented interface member:
event
LostKeyboardFocus
System.Windows.IInputElement.LostKeyboardFocus
4 references to LostKeyboardFocus
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
505
_uiParent.
LostKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnContainerLostFocus);
527
_uiParent.
LostKeyboardFocus
-= new KeyboardFocusChangedEventHandler(OnContainerLostFocus);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1114
ZoomComboBox.
LostKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus);
1128
PageTextBox.
LostKeyboardFocus
+= new KeyboardFocusChangedEventHandler(OnPageTextBoxLostFocus);