5 references to GetTarget
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
1486
Visual targetVisual =
GetTarget
();
2302
UIElement target =
GetTarget
() as UIElement;
2390
UIElement target =
GetTarget
() as UIElement;
2705
NativeMethods.POINT mousePoint = _secHelper.GetMouseCursorPos(
GetTarget
());
3534
var target = popup?.
GetTarget
() as UIElement;