2 references to _postBackWithoutVarsCardId
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
652
Write(includeVariables ? _postBackWithVarsCardId :
_postBackWithoutVarsCardId
);
1026
WriteAttribute("id", i == 0 ? _postBackWithVarsCardId :
_postBackWithoutVarsCardId
);