3 references to SetAttribute
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (3)
675void SetAttribute(string n, string v) { SetAttribute(null, n, v); } 677void DeleteAttribute(string ns, string n) { SetAttribute(ns, n, null); } 678void DeleteAttribute(string n) { SetAttribute(null, n, null); }