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