15 references to NotSecondaryUIInit
System.Web.Mobile (15)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (14)
68
private const int FirstPrompt =
NotSecondaryUIInit
;
69
private const int OptionPrompt =
NotSecondaryUIInit
+ 1;
70
private const int TypeDate =
NotSecondaryUIInit
+ 2;
71
private const int DateOption =
NotSecondaryUIInit
+ 3;
72
private const int WeekOption =
NotSecondaryUIInit
+ 4;
73
private const int MonthOption =
NotSecondaryUIInit
+ 5;
74
private const int ChooseMonth =
NotSecondaryUIInit
+ 6;
75
private const int ChooseWeek =
NotSecondaryUIInit
+ 7;
76
private const int ChooseDay =
NotSecondaryUIInit
+ 8;
77
private const int DefaultDateDone =
NotSecondaryUIInit
+ 9;
78
private const int TypeDateDone =
NotSecondaryUIInit
+ 10;
79
private const int Done =
NotSecondaryUIInit
+ 11;
349
Debug.Assert(NotSecondaryUI ==
NotSecondaryUIInit
);
591
Debug.Assert(NotSecondaryUI ==
NotSecondaryUIInit
);
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
297
protected static readonly int NotSecondaryUI =
NotSecondaryUIInit
;