5 references to GetTarget
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (5)
1487
Visual targetVisual =
GetTarget
();
2303
UIElement target =
GetTarget
() as UIElement;
2391
UIElement target =
GetTarget
() as UIElement;
2706
NativeMethods.POINT mousePoint = _secHelper.GetMouseCursorPos(
GetTarget
());
3535
var target = popup?.
GetTarget
() as UIElement;