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