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)
23if (_toolStrip is not StatusStrip) 37if (!TypeDescriptorHelper.TryGetAttribute(_toolStrip, out InheritanceAttribute? ia) || ia.InheritanceLevel == InheritanceLevel.NotInherited) 48!TypeDescriptorHelper.TryGetAttribute(_toolStrip, out InheritanceAttribute? ia) 54PropertyDescriptor? getProperty = TypeDescriptor.GetProperties(_toolStrip)[propertyName]; 56return getProperty?.GetValue(_toolStrip); 62PropertyDescriptor? changingProperty = TypeDescriptor.GetProperties(_toolStrip)[propertyName]; 64changingProperty?.SetValue(_toolStrip, value); 121DesignerActionUIService? actionUIService = (DesignerActionUIService?)_toolStrip.Site?.GetService(typeof(DesignerActionUIService)); 122actionUIService?.HideUI(_toolStrip); 150if (_toolStrip is not StatusStrip) 168if (_toolStrip.Parent is not ToolStripPanel) 177if (_toolStrip is not StatusStrip)