5 references to GetTarget
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
1486
Visual targetVisual =
GetTarget
();
2296
UIElement target =
GetTarget
() as UIElement;
2384
UIElement target =
GetTarget
() as UIElement;
2699
NativeMethods.POINT mousePoint = _secHelper.GetMouseCursorPos(
GetTarget
());
3528
var target = popup?.
GetTarget
() as UIElement;