6 writes to Target
PresentationFramework (6)
src\Framework\System\Windows\Controls\GroupBox.cs (1)
58
e.
Target
= sender as GroupBox;
src\Framework\System\Windows\Controls\Label.cs (1)
188
e.
Target
= label.Target;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1596
e.
Target
= menuItem;
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
151
e.
Target
= (UIElement)sender;
src\Framework\System\Windows\Controls\TabItem.cs (1)
457
e.
Target
= tabItem;
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1065
args.
Target
= (UIElement)sender;
14 references to Target
PresentationCore (5)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (5)
504
info.target = args.
Target
;
765
if (accessKeyPressedEventArgs.
Target
== d)
809
if (accessKeyPressedEventArgs.
Target
!= null)
811
accessKeyPressedEventArgs.
Target
.SetValue(AccessKeyElementProperty, currentElementWeakRef);
813
if (accessKeyPressedEventArgs.
Target
== d)
PresentationFramework (9)
src\Framework\System\Windows\Controls\GroupBox.cs (1)
56
if (!e.Handled && e.Scope == null && e.
Target
== null)
src\Framework\System\Windows\Controls\Label.cs (2)
186
if (!e.Handled && e.Scope == null && (e.
Target
== null || e.
Target
== label))
src\Framework\System\Windows\Controls\MenuItem.cs (3)
1591
if (e.
Target
== null)
1620
if (e.
Target
!= menuItem && e.
Target
is MenuItem)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
149
if (!e.Handled && e.Scope == null && e.
Target
== null)
src\Framework\System\Windows\Controls\TabItem.cs (1)
455
if (e.
Target
== null)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1063
if (!args.Handled && args.Scope == null && args.
Target
== null)