1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
34_owner = owner;
12 references to _owner
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (11)
134using var propertyBrowsing = _owner.TryGetComScope<IPerPropertyBrowsing>(out HRESULT hr); 159if ((!GetFlag(FlagIgnoreCanAccessProperties) && !_owner.CanAccessProperties) || GetFlag(FlagGetterThrew)) 169_owner.NoComponentChangeEvents++; 178_owner.RefreshAllProperties = true; 186_owner.NoComponentChangeEvents--; 214if (!GetFlag(FlagIgnoreCanAccessProperties) && !_owner.CanAccessProperties) 239if (_owner == component) 241_owner.SetAxState(s_valueChanged, true); 281if ((GetFlag(FlagUpdatedEditorAndConverter) && !force) || _owner.GetOcx() is null) 288using var propertyBrowsing = _owner.TryGetComScope<IPerPropertyBrowsing>(out HRESULT hr); 318_owner,
System\Windows\Forms\ActiveX\AxHost.AxPropertyTypeEditor.cs (1)
34_propertyDescriptor._owner.ShowPropertyPageForDispid(_propertyDescriptor.Dispid, _guid);