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