Base:
property
PropertyName
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyName
10 references to PropertyName
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
275
DesignerTransaction? transaction = host?.CreateTransaction(string.Format(SR.PropertyGridResetValue,
PropertyName
));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
75
_helpKeyword =
PropertyName
;
110
PropertyDescriptor? componentProperty = TypeDescriptor.GetProperties(ownerType)[
PropertyName
!];
409
SetPropertyValue(owner, value: null, reset: true, undoText: string.Format(SR.PropertyGridResetValue,
PropertyName
));
849
$"{componentName}.{
PropertyName
}"));
System.Windows.Forms.Tests (5)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (2)
77
Assert.Equal(gridEntry.
PropertyName
, selectedGridEntry.
PropertyName
);
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs (2)
34
Assert.Equal(gridEntry.
PropertyName
, selectedGridEntry.
PropertyName
);
System\Windows\Forms\PropertyGridTests.cs (1)
3996
.FirstOrDefault(entry => entry.
PropertyName
== nameof(ToolStripMenuItem.ShortcutKeys));