4 writes to Scope
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
664
e.
Scope
= sender;
System\Windows\Controls\Menu.cs (1)
322
e.
Scope
= sender;
System\Windows\Controls\MenuItem.cs (1)
1609
e.
Scope
= menuItem;
System\Windows\Controls\TabItem.cs (1)
467
e.
Scope
= tabItem;
9 references to Scope
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
425
info.Scope = args.
Scope
;
PresentationFramework (8)
System\Windows\Controls\Button.cs (2)
213
focusScope = e.
Scope
;
218
thisScope = e.
Scope
;
System\Windows\Controls\GroupBox.cs (1)
53
if (!e.Handled && e.
Scope
== null && e.Target == null)
System\Windows\Controls\Label.cs (1)
173
if (!e.Handled && e.
Scope
== null && (e.Target == null || e.Target == label))
System\Windows\Controls\MenuItem.cs (1)
1562
else if (e.
Scope
== null)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
140
if (!e.Handled && e.
Scope
== null && e.Target == null)
System\Windows\Controls\TabItem.cs (1)
457
if (!e.Handled && e.
Scope
== null)
System\Windows\Interop\ActiveXHost.cs (1)
912
if (!args.Handled && args.
Scope
== null && args.Target == null)