1 write to _selectMethod
System.Web (1)
UI\WebControls\Repeater.cs (1)
154_selectMethod = value;
2 references to _selectMethod
System.Web (2)
UI\WebControls\Repeater.cs (2)
150return _selectMethod ?? String.Empty; 153if (!String.Equals(_selectMethod, value, StringComparison.OrdinalIgnoreCase)) {