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