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