2 writes to attribsStash
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
2845
attribsStash
= null;
2972
attribsStash
= attributes;
4 references to attribsStash
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2848
if (attributes == null &&
attribsStash
== null) {
2852
else if (attributes != null &&
attribsStash
!= null && attributes.Length ==
attribsStash
.Length) {
2856
if (!attrib.Equals(
attribsStash
[i++])) {