2 references to GetAttribute
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (2)
596string GetAttribute(string ns, string n) { return _id.GetAttribute(ns, n); } 597string GetAttribute(string n) { return _id.GetAttribute(null, n); }