1 write to toolStripGrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
917
toolStripGrip
= new ToolStripGrip();
20 references to toolStripGrip
System.Windows.Forms (20)
winforms\Managed\System\WinForms\ToolStrip.cs (20)
679
if (
toolStripGrip
!= null) {
680
return
toolStripGrip
.DefaultMargin;
916
if (
toolStripGrip
== null) {
918
toolStripGrip
.Overflow = ToolStripItemOverflow.Never;
919
toolStripGrip
.Visible = toolStripGripStyle ==ToolStripGripStyle.Visible;
920
toolStripGrip
.AutoSize = false;
921
toolStripGrip
.ParentInternal = this;
922
toolStripGrip
.Margin = DefaultGripMargin;
924
return
toolStripGrip
;
2116
if (
toolStripGrip
!= null) {
2117
toolStripGrip
.Dispose();
3790
if (
toolStripGrip
!= null) {
3791
toolStripGrip
.OnParentRightToLeftChanged(e);
3905
if (
toolStripGrip
!= null) {
3906
toolStripGrip
.ToolStrip_RescaleConstants(deviceDpiOld, deviceDpiNew);
4048
if (
toolStripGrip
!= null && DisplayedItems[i] ==
toolStripGrip
) {
4333
if (
toolStripGrip
!= null &&
toolStripGrip
.Visible) {
4334
size = LayoutUtils.UnionSizes(size,
toolStripGrip
.Bounds.Size);