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