1 write to OwnerPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.SnappableControl.cs (1)
20
OwnerPropertyGrid
= ownerPropertyGrid;
6 references to OwnerPropertyGrid
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
55
=> new CommandsPaneAccessibleObject(this,
OwnerPropertyGrid
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (5)
82
if (
OwnerPropertyGrid
.IsHandleCreated && !IsHandleCreated)
90
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(
OwnerPropertyGrid
, g, _titleLabel.Text, Font, width);
214
protected override AccessibleObject CreateAccessibilityInstance() => new HelpPaneAccessibleObject(this,
OwnerPropertyGrid
);
221
_titleLabel.UseCompatibleTextRendering =
OwnerPropertyGrid
.UseCompatibleTextRendering;
222
_descriptionLabel.UseCompatibleTextRendering =
OwnerPropertyGrid
.UseCompatibleTextRendering;