2 writes to _propsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2543
_propsStash
= null;
2682
_propsStash
= new PropertyDescriptorCollection([.. returnProperties]);
4 references to _propsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2546
else if (
_propsStash
is not null)
2550
return
_propsStash
;
2567
return
_propsStash
;
2685
return
_propsStash
;