4 writes to Scope
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
672
e.
Scope
= sender;
System\Windows\Controls\Menu.cs (1)
333
e.
Scope
= sender;
System\Windows\Controls\MenuItem.cs (1)
1624
e.
Scope
= menuItem;
System\Windows\Controls\TabItem.cs (1)
475
e.
Scope
= tabItem;
9 references to Scope
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
438
info.Scope = args.
Scope
;
PresentationFramework (8)
System\Windows\Controls\Button.cs (2)
223
focusScope = e.
Scope
;
228
thisScope = e.
Scope
;
System\Windows\Controls\GroupBox.cs (1)
54
if (!e.Handled && e.
Scope
== null && e.Target == null)
System\Windows\Controls\Label.cs (1)
182
if (!e.Handled && e.
Scope
== null && (e.Target == null || e.Target == label))
System\Windows\Controls\MenuItem.cs (1)
1577
else if (e.
Scope
== null)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
152
if (!e.Handled && e.
Scope
== null && e.Target == null)
System\Windows\Controls\TabItem.cs (1)
465
if (!e.Handled && e.
Scope
== null)
System\Windows\Interop\ActiveXHost.cs (1)
927
if (!args.Handled && args.
Scope
== null && args.Target == null)