1 type derived from View
System.Web (1)
UI\WebControls\WizardStepBase.cs (1)
36
public abstract class WizardStepBase :
View
{
15 references to View
System.Web (15)
UI\WebControls\MultiView.cs (15)
22
ParseChildren(typeof(
View
))
56
/// <para>Indicates the active <see cref='System.Web.UI.WebControls.
View
'/> inside the <see cref='System.Web.UI.WebControls.MultiView'/> control.</para>
166
if (obj is
View
) {
185
public
View
GetActiveView() {
193
View
view = Views[activeViewIndex];
207
View
view = Views[i];
280
View
view = FindControl((string)ce.CommandArgument) as
View
;
325
if (((
View
)ctl).Active && ActiveViewIndex < Views.Count) {
333
View
activeView = GetActiveView();
356
public void SetActiveView(
View
view) {
389
if (!(v is
View
)) {
398
if (!(v is
View
)) {
406
public new
View
this[int i] {
408
return (
View
)base[i];