5 references to Contains
System.Windows.Forms.Design (5)
System\ComponentModel\Design\ComponentDesigner.ShadowPropertyCollection.cs (1)
80
if (
Contains
(propertyName))
System\Windows\Forms\Design\DocumentDesigner.cs (2)
1335
return !_initializing && ShadowProperties.
Contains
(nameof(AutoScaleMode));
1349
if (!ShadowProperties.
Contains
(nameof(BackColor)) || ((Color)ShadowProperties[nameof(BackColor)]).IsEmpty)
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
89
return !_initializing && ((Form)Component).AutoScale && ShadowProperties.
Contains
(nameof(AutoScaleBaseSize));
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
1191
private bool ShouldSerializeAutoSize() => (ShadowProperties.
Contains
(nameof(AutoSize)));