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