4 instantiations of PropertyGrid
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
140
this._pgProperties = new System.Windows.Forms.
PropertyGrid
();
UI\MobileControls\Design\StylesEditorDialog.cs (1)
164
_propertyBrowser = new
PropertyGrid
();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
142
this.propertiesGrid = new System.Windows.Forms.
PropertyGrid
();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
144
this.genericParametersPropertyGrid = new System.Windows.Forms.
PropertyGrid
();
54 references to PropertyGrid
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
46
private System.Windows.Forms.
PropertyGrid
_pgProperties;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
62
private
PropertyGrid
_propertyBrowser;
System.Windows.Forms (50)
winforms\Managed\System\WinForms\PropertyGrid.cs (19)
4561
return new Bitmap(typeof(
PropertyGrid
), "PBAlpha.bmp");
4576
return new Bitmap(typeof(
PropertyGrid
), "PBCatego.bmp");
4591
return new Bitmap(typeof(
PropertyGrid
), "PBPPage.bmp");
5022
protected
PropertyGrid
ownerGrid;
5028
public SnappableControl(
PropertyGrid
ownerGrid) {
5088
private
PropertyGrid
owner;
5090
internal PropertyTabCollection(
PropertyGrid
owner) {
5231
PropertyGrid
owner;
5233
public PropertyGridServiceProvider(
PropertyGrid
owner) {
5259
public static SizeF MeasureText(
PropertyGrid
owner, Graphics g, string text, Font font ){
5263
public static SizeF MeasureText(
PropertyGrid
owner, Graphics g, string text, Font font, int width ){
5267
public static SizeF MeasureTextSimple(
PropertyGrid
owner, Graphics g, string text, Font font, SizeF size ){
5279
public static SizeF MeasureText(
PropertyGrid
owner, Graphics g, string text, Font font, SizeF size ){
5417
private
PropertyGrid
_owningPropertyGrid;
5423
public PropertyGridAccessibleObject(
PropertyGrid
owningPropertyGrid) : base(owningPropertyGrid) {
5614
private
PropertyGrid
_parentPropertyGrid;
5620
public PropertyGridToolStrip(
PropertyGrid
parentPropertyGrid) {
5649
private
PropertyGrid
_parentPropertyGrid;
5656
public PropertyGridToolStripAccessibleObject(PropertyGridToolStrip owningPropertyGridToolStrip,
PropertyGrid
parentPropertyGrid) : base(owningPropertyGridToolStrip) {
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (1)
28
public ArrayElementGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent, int index)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
35
public CategoryGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent,string name, GridEntry[] childGridEntries)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (5)
23
internal class DocComment :
PropertyGrid
.SnappableControl {
42
internal DocComment(
PropertyGrid
owner) : base(owner) {
91
SizeF sizef =
PropertyGrid
.MeasureTextHelper.MeasureText( this.ownerGrid, g, m_labelTitle.Text, Font, width);
250
private
PropertyGrid
_parentPropertyGrid;
257
public DocCommentAccessibleObject(DocComment owningDocComment,
PropertyGrid
parentPropertyGrid) : base(owningDocComment) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
124
protected
PropertyGrid
ownerGrid;
142
protected GridEntry(
PropertyGrid
owner, GridEntry peParent) {
813
public
PropertyGrid
OwnerGrid{
1406
SizeF textSize =
PropertyGrid
.MeasureTextHelper.MeasureText( this.ownerGrid, g, labelText, f);
1941
TextRenderer.DrawText( g, strLabel, font, textRect, textColor,
PropertyGrid
.MeasureTextHelper.GetTextRendererFlags() );
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
49
private
PropertyGrid
ownerGrid;
76
public GridErrorDlg(
PropertyGrid
owner) {
322
SizeF sizef =
PropertyGrid
.MeasureTextHelper.MeasureText( this.ownerGrid, g, detailsBtn.Text, detailsBtn.Font);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (4)
22
internal class HotCommands :
PropertyGrid
.SnappableControl {
34
internal HotCommands(
PropertyGrid
owner) : base(owner) {
237
private
PropertyGrid
_parentPropertyGrid;
244
public HotCommandsAccessibleObject(HotCommands owningHotCommands,
PropertyGrid
parentPropertyGrid) : base(owningHotCommands) {
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
33
internal ImmutablePropertyDescriptorGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent, PropertyDescriptor propInfo, bool hide)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
26
public MultiPropertyDescriptorGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent, object[] objectArray, PropertyDescriptor[] propInfo, bool hide)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
63
internal PropertyDescriptorGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent, bool hide)
72
internal PropertyDescriptorGridEntry(
PropertyGrid
ownerGrid, GridEntry peParent, PropertyDescriptor propInfo, bool hide)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
55
private
PropertyGrid
ownerGrid; // the properties window host.
178
public PropertyGridView(IServiceProvider serviceProvider,
PropertyGrid
propertyGrid)
326
Icon icon = new Icon(BitmapSelector.GetResourceStream(typeof(
PropertyGrid
), iconName), desiredSize);
531
public
PropertyGrid
OwnerGrid{
1255
SizeF sizeF =
PropertyGrid
.MeasureTextHelper.MeasureText(this.ownerGrid, g, gridEntry.PropertyLabel, Font);
6014
SizeF sizef =
PropertyGrid
.MeasureTextHelper.MeasureText(this.gridView.ownerGrid, g, editor.Text, gridView.GetBaseFont());
7320
private
PropertyGrid
_parentPropertyGrid;
7326
public PropertyGridViewAccessibleObject(PropertyGridView owner,
PropertyGrid
parentPropertyGrid) : base(owner) {
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
40
private System.Windows.Forms.
PropertyGrid
propertiesGrid;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
56
private
PropertyGrid
genericParametersPropertyGrid;