1 write to _toolStrip
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripActionList.cs (1)
20
_toolStrip
= (ToolStrip)designer.Component;
12 references to _toolStrip
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ToolStripActionList.cs (12)
23
if (
_toolStrip
is not StatusStrip)
37
if (!TypeDescriptorHelper.TryGetAttribute(
_toolStrip
, out InheritanceAttribute? ia) || ia.InheritanceLevel == InheritanceLevel.NotInherited)
48
!TypeDescriptorHelper.TryGetAttribute(
_toolStrip
, out InheritanceAttribute? ia)
54
PropertyDescriptor? getProperty = TypeDescriptor.GetProperties(
_toolStrip
)[propertyName];
56
return getProperty?.GetValue(
_toolStrip
);
62
PropertyDescriptor? changingProperty = TypeDescriptor.GetProperties(
_toolStrip
)[propertyName];
64
changingProperty?.SetValue(
_toolStrip
, value);
121
DesignerActionUIService? actionUIService = (DesignerActionUIService?)
_toolStrip
.Site?.GetService(typeof(DesignerActionUIService));
122
actionUIService?.HideUI(
_toolStrip
);
150
if (
_toolStrip
is not StatusStrip)
168
if (
_toolStrip
.Parent is not ToolStripPanel)
177
if (
_toolStrip
is not StatusStrip)