5 references to GetTarget
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
1481
Visual targetVisual =
GetTarget
();
2297
UIElement target =
GetTarget
() as UIElement;
2385
UIElement target =
GetTarget
() as UIElement;
2699
NativeMethods.POINT mousePoint = _secHelper.GetMouseCursorPos(
GetTarget
());
3537
var target = popup?.
GetTarget
() as UIElement;