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