25 implementations of IPostBackDataHandler
System.Web (21)
UI\HtmlControls\HtmlInputCheckBox.cs (1)
37
public class HtmlInputCheckBox : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputFile.cs (1)
45
public class HtmlInputFile : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputGenericControl.cs (1)
27
public class HtmlInputGenericControl : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputHidden.cs (1)
34
public class HtmlInputHidden : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputImage.cs (1)
38
IPostBackDataHandler
, IPostBackEventHandler {
UI\HtmlControls\HtmlInputPassword.cs (1)
39
public class HtmlInputPassword : HtmlInputText,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputRadioButton.cs (1)
36
public class HtmlInputRadioButton : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlInputText.cs (1)
39
public class HtmlInputText : HtmlInputControl,
IPostBackDataHandler
{
UI\HtmlControls\HtmlSelect.cs (1)
54
public class HtmlSelect : HtmlContainerControl,
IPostBackDataHandler
, IParserAccessor {
UI\HtmlControls\HtmlTextArea.cs (1)
35
public class HtmlTextArea : HtmlContainerControl,
IPostBackDataHandler
{
UI\WebControls\CheckBox.cs (1)
29
public class CheckBox : WebControl,
IPostBackDataHandler
, ICheckBoxControl {
UI\WebControls\CheckBoxList.cs (1)
21
public class CheckBoxList : ListControl, IRepeatInfoUser, INamingContainer,
IPostBackDataHandler
{
UI\WebControls\DropDownList.cs (1)
26
public class DropDownList : ListControl,
IPostBackDataHandler
{
UI\WebControls\HiddenField.cs (1)
26
public class HiddenField : Control,
IPostBackDataHandler
{
UI\WebControls\ImageButton.cs (1)
32
public class ImageButton : Image,
IPostBackDataHandler
, IPostBackEventHandler, IButtonControl {
UI\WebControls\Listbox.cs (1)
26
public class ListBox : ListControl,
IPostBackDataHandler
{
UI\WebControls\RadioButton.cs (1)
25
public class RadioButton : CheckBox,
IPostBackDataHandler
{
UI\WebControls\RadioButtonList.cs (1)
25
public class RadioButtonList : ListControl, IRepeatInfoUser, INamingContainer,
IPostBackDataHandler
{
UI\WebControls\TextBox.cs (1)
58
public class TextBox : WebControl,
IPostBackDataHandler
, IEditableTextControl {
UI\WebControls\TreeView.cs (1)
31
public class TreeView : HierarchicalDataBoundControl, IPostBackEventHandler,
IPostBackDataHandler
, ICallbackEventHandler {
UI\WebParts\CatalogZoneBase.cs (1)
20
public abstract class CatalogZoneBase : ToolZone,
IPostBackDataHandler
{
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
46
public class ScriptManager : Control,
IPostBackDataHandler
, IPostBackEventHandler, IControl, IScriptManager, IScriptManagerInternal {
System.Web.Mobile (3)
UI\MobileControls\Command.cs (1)
40
public class Command : TextControl, IPostBackEventHandler,
IPostBackDataHandler
UI\MobileControls\SelectionList.cs (1)
43
public class SelectionList : MobileControl,
IPostBackDataHandler
, IListControl
UI\MobileControls\TextBox.cs (1)
42
public class TextBox : TextControl,
IPostBackDataHandler
70 references to IPostBackDataHandler
System.Web (58)
UI\Control.cs (4)
3452
internal
IPostBackDataHandler
PostBackDataHandler {
3454
IPostBackDataHandler
pbdh = AdapterInternal as
IPostBackDataHandler
;
3457
pbdh = this as
IPostBackDataHandler
;
UI\HtmlControls\HtmlInputCheckBox.cs (2)
141
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
175
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputFile.cs (2)
181
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
197
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputGenericControl.cs (2)
76
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
94
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputHidden.cs (2)
110
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
144
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputImage.cs (2)
281
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
312
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputRadioButton.cs (2)
201
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
239
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlInputText.cs (2)
195
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
225
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlSelect.cs (2)
922
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
994
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\HtmlControls\HtmlTextArea.cs (2)
232
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
259
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\Page.cs (14)
2992
if (!(control is
IPostBackDataHandler
)) {
2993
IPostBackDataHandler
dataHandler = control.AdapterInternal as
IPostBackDataHandler
;
3064
IPostBackDataHandler
consumer = ctrl.PostBackDataHandler;
3101
IPostBackDataHandler
consumer = c.AdapterInternal as
IPostBackDataHandler
;
3103
consumer = c as
IPostBackDataHandler
;
3164
IPostBackDataHandler
consumer = ctrl.PostBackDataHandler;
3205
IPostBackDataHandler
consumer = c.AdapterInternal as
IPostBackDataHandler
;
3207
consumer = c as
IPostBackDataHandler
;
3234
private async Task<bool> LoadPostDataAsync(
IPostBackDataHandler
consumer, string postKey, NameValueCollection postCollection) {
3265
IPostBackDataHandler
changedPostDataConsumer;
3293
IPostBackDataHandler
changedPostDataConsumer;
UI\WebControls\CheckBox.cs (2)
587
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
619
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\CheckBoxList.cs (2)
332
bool
IPostBackDataHandler
.LoadPostData(String postDataKey, NameValueCollection postCollection) {
394
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\DropDownList.cs (2)
140
bool
IPostBackDataHandler
.LoadPostData(String postDataKey, NameValueCollection postCollection) {
178
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\HiddenField.cs (2)
192
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
197
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\ImageButton.cs (2)
380
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
489
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\Listbox.cs (2)
173
bool
IPostBackDataHandler
.LoadPostData(String postDataKey, NameValueCollection postCollection) {
259
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\RadioButton.cs (2)
120
bool
IPostBackDataHandler
.LoadPostData(String postDataKey, NameValueCollection postCollection) {
157
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\RadioButtonList.cs (2)
233
bool
IPostBackDataHandler
.LoadPostData(String postDataKey, NameValueCollection postCollection) {
277
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\TextBox.cs (2)
635
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
676
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebControls\TreeView.cs (2)
3339
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
3431
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\WebParts\CatalogZoneBase.cs (2)
794
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
798
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
System.Web.Extensions (3)
UI\PageRequestManager.cs (1)
224
!(control is
IPostBackDataHandler
) &&
UI\ScriptManager.cs (2)
2116
bool
IPostBackDataHandler
.LoadPostData(string postDataKey, NameValueCollection postCollection) {
2120
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
System.Web.Mobile (9)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
276
else if (mobileCtl is
IPostBackDataHandler
)
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
172
if (control is
IPostBackDataHandler
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
704
else if (mobileCtl is
IPostBackDataHandler
) {
UI\MobileControls\Command.cs (2)
300
bool
IPostBackDataHandler
.LoadPostData(String key, NameValueCollection data) {
304
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\MobileControls\SelectionList.cs (2)
545
bool
IPostBackDataHandler
.LoadPostData(String key, NameValueCollection data) {
549
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {
UI\MobileControls\TextBox.cs (2)
228
bool
IPostBackDataHandler
.LoadPostData(String key, NameValueCollection data) {
232
void
IPostBackDataHandler
.RaisePostDataChangedEvent() {