7 references to IsPostBackEventControlRegistered
System.Web (7)
UI\WebControls\CheckBox.cs (1)
629
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\CheckBoxList.cs (1)
404
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\DropDownList.cs (1)
188
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\Listbox.cs (1)
270
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\RadioButton.cs (1)
167
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\RadioButtonList.cs (1)
289
if (AutoPostBack && Page != null && !Page.
IsPostBackEventControlRegistered
) {
UI\WebControls\TextBox.cs (1)
687
if (AutoPostBack && !Page.
IsPostBackEventControlRegistered
) {