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