Lines Matching refs:rowNum

119 		protected internal override void Abort (int rowNum)  in Abort()  argument
124 protected internal override bool Commit (CurrencyManager dataSource, int rowNum) in Commit() argument
133 string existing_text = GetFormattedValue (dataSource, rowNum); in Commit()
137 SetColumnValueAtRow (dataSource, rowNum, DBNull.Value); in Commit()
151 SetColumnValueAtRow (dataSource, rowNum, newValue); in Commit()
167 …protected internal override void Edit (CurrencyManager source, int rowNum, Rectangle bounds, bool … in Edit() argument
184 textbox.Text = GetFormattedValue (source, rowNum); in Edit()
250 …ted internal override void Paint (Graphics g, Rectangle bounds, CurrencyManager source, int rowNum) in Paint() argument
252 Paint (g, bounds, source, rowNum, false); in Paint()
255 …de void Paint (Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, bool alignToRight) in Paint() argument
257 …Paint (g, bounds, source, rowNum, ThemeEngine.Current.ResPool.GetSolidBrush (DataGridTableStyle.Ba… in Paint()
261 …de void Paint (Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, Brush backBrush, … in Paint() argument
263 PaintText (g, bounds, GetFormattedValue (source, rowNum), backBrush, foreBrush, alignToRight); in Paint()
332 protected internal override void UpdateUI (CurrencyManager source, int rowNum, string displayText) in UpdateUI() argument
337 textbox.Text = GetFormattedValue (source, rowNum); in UpdateUI()
347 private string GetFormattedValue (CurrencyManager source, int rowNum) in GetFormattedValue() argument
349 object obj = GetColumnValueAtRow (source, rowNum); in GetFormattedValue()