2 writes to _attribsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2541
_attribsStash
= null;
2680
_attribsStash
= attributes;
4 references to _attribsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2545
if (attributes is null &&
_attribsStash
is null)
2549
else if (attributes is not null &&
_attribsStash
is not null && attributes.Length ==
_attribsStash
.Length)
2555
if (!attrib.Equals(
_attribsStash
[i++]))