4 overrides of PropertyLabel
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (1)
48
public override string
PropertyLabel
{
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
158
public override string
PropertyLabel
{
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
265
public override string
PropertyLabel
{
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
200
public override string
PropertyLabel
{
26 references to PropertyLabel
System.Windows.Forms (26)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (12)
620
str += this.
PropertyLabel
;
764
return this.
PropertyLabel
;
797
return this.
PropertyLabel
;
932
return this.
PropertyLabel
;
1505
str += "), property = (" + this.
PropertyLabel
+ "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.Expandable.ToString() + ", readOnly = " + ShouldRenderReadOnly;;
1636
Debug.Fail("Bad property '" + peParent.
PropertyLabel
+ "." + pd.Name + "': " + w.ToString());
1795
object label = this.
PropertyLabel
;
1850
return pe.
PropertyLabel
.Equals(this.
PropertyLabel
) &&
1864
string strLabel = this.
PropertyLabel
;
2650
return GetType().FullName + " " + this.
PropertyLabel
;
2946
return owner.
PropertyLabel
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (14)
1237
System.Console.WriteLine(prefix + entry.
PropertyLabel
+ ", value type=" + (propType == null ? "(null)" : propType.FullName) + ", value=" + (entry.PropertyValue == null ? "(null)" : entry.PropertyValue.ToString()) +
1255
SizeF sizeF = PropertyGrid.MeasureTextHelper.MeasureText(this.ownerGrid, g, gridEntry.
PropertyLabel
, Font);
1273
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Drawing label for property " + gridEntry.
PropertyLabel
);
1315
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Drawing value for property " + gridEntry.
PropertyLabel
);
1404
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Property " + gridEntry.
PropertyLabel
+ " double clicked");
1416
ShowInvalidMessage(gridEntry.
PropertyLabel
, null, ex);
1577
if (0 == String.Compare(propName, allGridEntries.GetEntry(i).
PropertyLabel
, true, CultureInfo.InvariantCulture)) {
2567
ShowFormatExceptionMessage(gridEntry.
PropertyLabel
, text, ex);
3544
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Exception thrown during painting property " + GetGridEntryFromRow(i).
PropertyLabel
);
3825
Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "OnScroll: SelectedGridEntry=" + oldGridEntry.
PropertyLabel
);
4310
Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "PropertyGridView:SelectGridEntry(" + gridEntry.
PropertyLabel
+ ")");
4496
this.ownerGrid.SetStatusBox(gridEntry.
PropertyLabel
,gridEntry.PropertyDescription);
4775
ShowInvalidMessage(ipeCur.
PropertyLabel
, value, ex);
4846
ShowInvalidMessage(ipeCur.
PropertyLabel
, text, ex);