2 writes to _propsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2540
_propsStash
= null;
2679
_propsStash
= new PropertyDescriptorCollection([.. returnProperties]);
4 references to _propsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2543
else if (
_propsStash
is not null)
2547
return
_propsStash
;
2564
return
_propsStash
;
2682
return
_propsStash
;