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";
530
if (Array.BinarySearch(
_ignoredCustomAttributes
, keyLower) < 0)