2 writes to _attribsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2544
_attribsStash
= null;
2683
_attribsStash
= attributes;
4 references to _attribsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2548
if (attributes is null &&
_attribsStash
is null)
2552
else if (attributes is not null &&
_attribsStash
is not null && attributes.Length ==
_attribsStash
.Length)
2558
if (!attrib.Equals(
_attribsStash
[i++]))