3 implementations of
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
128public string this[string columnName]
System.Data.Common (1)
System\Data\DataRowView.cs (1)
104string IDataErrorInfo.this[string colName] => Row.GetColumnError(colName);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ErrorProviderTests.cs (1)
1348public string this[string columnName] => string.Empty;
4 references to
PresentationFramework (1)
System\Windows\Controls\DataErrorValidationRule.cs (1)
77error = idei[name];
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
1164return errInfo[_props![boundColumnIndex].Name];
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (1)
124return errorInfo[FieldInfo.Name] ?? string.Empty;
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
476string error = dataErrorInfo[dataBinding.BindingMemberInfo.BindingField];