1 write to selectionStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2666this.selectionStyle = selectionStyle;
2 references to selectionStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
1388if (curSelectionStyle != this.selectionStyle) { 1389prop.SetValue(this, selectionStyle);