1 write to PreviousPageImageUrl
System.Web.Extensions (1)
UI\WebControls\NextPreviousPagerField.cs (1)
422((NextPreviousPagerField)newField).PreviousPageImageUrl = PreviousPageImageUrl;
7 references to PreviousPageImageUrl
System.Web.Extensions (7)
UI\WebControls\NextPreviousPagerField.cs (7)
244if (value != PreviousPageImageUrl) { 422((NextPreviousPagerField)newField).PreviousPageImageUrl = PreviousPageImageUrl; 547container.Controls.Add(CreateControl(DataControlCommands.PreviousPageCommandArgument, PreviousPageText, fieldIndex, PreviousPageImageUrl, EnablePreviousPage)); 572container.Controls.Add(CreateLink(PreviousPageText, pageIndex, PreviousPageImageUrl, EnablePreviousPage)); 602String.Equals(field.PreviousPageImageUrl, this.PreviousPageImageUrl) && 625this.PreviousPageImageUrl.GetHashCode() |