4 references to s_refreshProperties
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
74
private static readonly int s_fNeedOwnWindow = BitVector32.CreateMask(
s_refreshProperties
);
2510
if (_axState[
s_refreshProperties
])
2520
return _axState[
s_refreshProperties
];
2524
_axState[
s_refreshProperties
] = value;