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
);
2507
if (_axState[
s_refreshProperties
])
2517
return _axState[
s_refreshProperties
];
2521
_axState[
s_refreshProperties
] = value;