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