1 write to _ignoredCustomAttributes
System.Web.Mobile (1)
UI\MobileControls\MobileControl.cs (1)
58_ignoredCustomAttributes = new String[2];
3 references to _ignoredCustomAttributes
System.Web.Mobile (3)
UI\MobileControls\MobileControl.cs (3)
59_ignoredCustomAttributes[0] = "designtimedragdrop"; 60_ignoredCustomAttributes[1] = "name"; 530if (Array.BinarySearch(_ignoredCustomAttributes, keyLower) < 0)