6 writes to Target
PresentationFramework (6)
System\Windows\Controls\GroupBox.cs (1)
55
e.
Target
= sender as GroupBox;
System\Windows\Controls\Label.cs (1)
175
e.
Target
= label.Target;
System\Windows\Controls\MenuItem.cs (1)
1545
e.
Target
= menuItem;
System\Windows\Controls\Primitives\ButtonBase.cs (1)
142
e.
Target
= (UIElement)sender;
System\Windows\Controls\TabItem.cs (1)
457
e.
Target
= tabItem;
System\Windows\Interop\ActiveXHost.cs (1)
911
args.
Target
= (UIElement)sender;
14 references to Target
PresentationCore (5)
System\Windows\Input\AccessKeyManager.cs (5)
426
info.target = args.
Target
;
666
if (accessKeyPressedEventArgs.
Target
== d)
710
if (accessKeyPressedEventArgs.
Target
!= null)
712
accessKeyPressedEventArgs.
Target
.SetValue(AccessKeyElementProperty, currentElementWeakRef);
714
if (accessKeyPressedEventArgs.
Target
== d)
PresentationFramework (9)
System\Windows\Controls\GroupBox.cs (1)
53
if (!e.Handled && e.Scope == null && e.
Target
== null)
System\Windows\Controls\Label.cs (2)
173
if (!e.Handled && e.Scope == null && (e.
Target
== null || e.
Target
== label))
System\Windows\Controls\MenuItem.cs (3)
1540
if (e.
Target
== null)
1569
if (e.
Target
!= menuItem && e.
Target
is MenuItem)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
140
if (!e.Handled && e.Scope == null && e.
Target
== null)
System\Windows\Controls\TabItem.cs (1)
455
if (e.
Target
== null)
System\Windows\Interop\ActiveXHost.cs (1)
909
if (!args.Handled && args.Scope == null && args.
Target
== null)