1 write to OwnerPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.SnappableControl.cs (1)
20OwnerPropertyGrid = 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)
82if (OwnerPropertyGrid.IsHandleCreated && !IsHandleCreated) 90SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(OwnerPropertyGrid, g, _titleLabel.Text, Font, width); 214protected override AccessibleObject CreateAccessibilityInstance() => new HelpPaneAccessibleObject(this, OwnerPropertyGrid); 221_titleLabel.UseCompatibleTextRendering = OwnerPropertyGrid.UseCompatibleTextRendering; 222_descriptionLabel.UseCompatibleTextRendering = OwnerPropertyGrid.UseCompatibleTextRendering;