4 writes to Scope
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
676
e.
Scope
= sender;
src\Framework\System\Windows\Controls\Menu.cs (1)
354
e.
Scope
= sender;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1660
e.
Scope
= menuItem;
src\Framework\System\Windows\Controls\TabItem.cs (1)
461
e.
Scope
= tabItem;
9 references to Scope
PresentationCore (1)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
503
info.Scope = args.
Scope
;
PresentationFramework (8)
src\Framework\System\Windows\Controls\Button.cs (2)
219
focusScope = e.
Scope
;
224
thisScope = e.
Scope
;
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 (1)
186
if (!e.Handled && e.
Scope
== null && (e.Target == null || e.Target == label))
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1613
else if (e.
Scope
== null)
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)
451
if (!e.Handled && e.
Scope
== null)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1063
if (!args.Handled && args.
Scope
== null && args.Target == null)