4 writes to Scope
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
664e.Scope = sender;
System\Windows\Controls\Menu.cs (1)
323e.Scope = sender;
System\Windows\Controls\MenuItem.cs (1)
1614e.Scope = menuItem;
System\Windows\Controls\TabItem.cs (1)
469e.Scope = tabItem;
9 references to Scope
PresentationCore (1)
System\Windows\Input\AccessKeyManager.cs (1)
426info.Scope = args.Scope;
PresentationFramework (8)
System\Windows\Controls\Button.cs (2)
214focusScope = e.Scope; 219thisScope = e.Scope;
System\Windows\Controls\GroupBox.cs (1)
54if (!e.Handled && e.Scope == null && e.Target == null)
System\Windows\Controls\Label.cs (1)
177if (!e.Handled && e.Scope == null && (e.Target == null || e.Target == label))
System\Windows\Controls\MenuItem.cs (1)
1567else if (e.Scope == null)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
141if (!e.Handled && e.Scope == null && e.Target == null)
System\Windows\Controls\TabItem.cs (1)
459if (!e.Handled && e.Scope == null)
System\Windows\Interop\ActiveXHost.cs (1)
917if (!args.Handled && args.Scope == null && args.Target == null)