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