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