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