2 overrides of SelectionOptions
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
106protected override ControlCollection SelectionOptions => Controls;
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
169protected override ControlCollection SelectionOptions => _container.Controls;
2 references to SelectionOptions
System.Windows.Forms.Design (2)
System\Drawing\Design\SelectionPanelBase.cs (2)
122foreach (RadioButton radioButton in SelectionOptions) 136foreach (RadioButton radioButton in SelectionOptions)