1 write to _selectionStyle
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2389
_selectionStyle
= selectionStyle;
2 references to _selectionStyle
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
998
if ((int)property.GetValue(this)! !=
_selectionStyle
)
1000
property.SetValue(this,
_selectionStyle
);