6 references to ReevaluateFocusAsync
PresentationCore (6)
System\Windows\ContentElement.cs (1)
265Keyboard.PrimaryDevice.ReevaluateFocusAsync(this, oldParent, isCoreParent);
System\Windows\Input\KeyboardDevice.cs (3)
500ReevaluateFocusAsync(null, null, false); 508ReevaluateFocusAsync(null, null, false); 516ReevaluateFocusAsync(null, null, false);
System\Windows\UIElement.cs (1)
2370Keyboard.PrimaryDevice.ReevaluateFocusAsync(this, oldParent, isCoreParent);
System\Windows\UIElement3D.cs (1)
349Keyboard.PrimaryDevice.ReevaluateFocusAsync(this, oldParent, isCoreParent);