73 references to ContainsKey
System.Windows.Forms (73)
System\Windows\Forms\Control.cs (23)
786if (!Properties.ContainsKey(s_backColorProperty)) 863if (Properties.ContainsKey(s_dataContextProperty) && Equals(ParentInternal?.DataContext, value)) 876=> Properties.ContainsKey(s_dataContextProperty); 1716internal bool IsAccessibilityObjectCreated => Properties.ContainsKey(s_accessibilityProperty); 2122if (Properties.ContainsKey(s_fontHeightProperty)) 3146if (Properties.ContainsKey(s_rightToLeftProperty) || value != RightToLeft.Inherit) 3195if (Properties.ContainsKey(s_fontHeightProperty)) 3219bool checkFont = !Properties.ContainsKey(s_fontProperty); 3220bool checkBackColor = !Properties.ContainsKey(s_backColorProperty); 3221bool checkForeColor = !Properties.ContainsKey(s_foreColorProperty); 3222bool checkCursor = !Properties.ContainsKey(s_cursorProperty); 4519if (!Properties.ContainsKey(s_bindingManagerProperty) && Created) 4855if (!Properties.ContainsKey(s_bindingManagerProperty) && ParentInternal is not null && !controlIsAlreadyCreated) 6502internal bool IsFontSet() => Properties.ContainsKey(s_fontProperty); 6975if (Properties.ContainsKey(s_bindingsProperty)) 7278if (Properties.ContainsKey(s_fontHeightProperty)) 7392if (!Properties.ContainsKey(s_bindingManagerProperty)) 7401if (!Properties.ContainsKey(s_cursorProperty)) 7410if (Properties.ContainsKey(s_dataContextProperty)) 7466if (Properties.ContainsKey(s_visualStylesModeProperty)) 11369internal virtual bool ShouldSerializeCursor() => Properties.ContainsKey(s_cursorProperty); 11387internal virtual bool ShouldSerializeFont() => Properties.ContainsKey(s_fontProperty); 11597if (Properties.ContainsKey(s_fontHeightProperty))
System\Windows\Forms\Control.SuspendMutation.cs (2)
57=> Properties.ContainsKey(s_recursiveInvalidateAfterSuspendPaintingProperty); 120|| !Properties.ContainsKey(s_recursiveInvalidateAfterSuspendPaintingProperty))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2397if (Properties.ContainsKey(s_propItemHeight)) 3435internal bool ShouldSerializeDropDownWidth() => Properties.ContainsKey(s_propDropDownWidth); 3440internal bool ShouldSerializeItemHeight() => Properties.ContainsKey(s_propItemHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (4)
207public bool HasDefaultCellStyle => Properties.ContainsKey(s_propDefaultCellStyle); 209internal bool HasDefaultHeaderCellType => Properties.ContainsKey(s_propDefaultHeaderCellType); 211internal bool HasHeaderCell => Properties.ContainsKey(s_propHeaderCell); 844private bool ShouldSerializeDefaultHeaderCellType() => Properties.ContainsKey(s_propDefaultHeaderCellType);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
269private bool HasErrorText => Properties.ContainsKey(s_propCellErrorText); 272public bool HasStyle => Properties.ContainsKey(s_propCellStyle); 274internal bool HasToolTipText => Properties.ContainsKey(s_propCellToolTipText); 276internal bool HasValue => Properties.ContainsKey(s_propCellValue); 278private protected virtual bool HasValueType => Properties.ContainsKey(s_propCellValueType); 375internal bool IsAccessibilityObjectCreated => Properties.ContainsKey(s_propCellAccessibilityObject);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (9)
223public bool IsFormatProviderDefault => !Properties.ContainsKey(s_propFormatProvider); 547private bool ShouldSerializeBackColor() => Properties.ContainsKey(s_propBackColor); 549private bool ShouldSerializeFont() => Properties.ContainsKey(s_propFont); 551private bool ShouldSerializeForeColor() => Properties.ContainsKey(s_propForeColor); 553private bool ShouldSerializeFormatProvider() => Properties.ContainsKey(s_propFormatProvider); 555private bool ShouldSerializePadding() => Properties.ContainsKey(s_propPadding); 557private bool ShouldSerializeSelectionBackColor() => Properties.ContainsKey(s_propSelectionBackColor); 559private bool ShouldSerializeSelectionForeColor() => Properties.ContainsKey(s_propSelectionForeColor); 561private bool ShouldSerializeSortGlyphColor() => Properties.ContainsKey(s_propSortGlyphColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
365if (value is not null || Properties.ContainsKey(s_propTrueValue))
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
58internal bool ContainsLocalValue => Properties.ContainsKey(s_propCellValue);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
370internal bool HasItems => Properties.ContainsKey(s_propComboBoxCellItems);
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
114private protected override bool HasValueType => Properties.ContainsKey(s_propValueType);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (6)
408if (Properties.ContainsKey(s_propLinkCellActiveLinkColor)) 413if (Properties.ContainsKey(s_propLinkCellUseColumnTextForLinkValue)) 418if (Properties.ContainsKey(s_propLinkCellLinkBehavior)) 423if (Properties.ContainsKey(s_propLinkCellLinkColor)) 428if (Properties.ContainsKey(s_propLinkCellTrackVisitedState)) 433if (Properties.ContainsKey(s_propLinkCellVisitedLinkColor))
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
199private bool HasErrorText => Properties.ContainsKey(s_propRowErrorText); 242internal bool IsAccessibilityObjectCreated => Properties.ContainsKey(s_propRowAccessibilityObject);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1404private bool ShouldSerializeImage() => Properties.ContainsKey(s_propImage);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2363if (_updateCounter++ == 0 && !Properties.ContainsKey(s_propDelayedUpdateItems)) 3167if (--_updateCounter == 0 && Properties.ContainsKey(s_propDelayedUpdateItems))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
182internal bool IsAccessibilityObjectCreated => Properties.ContainsKey(s_accessibilityProperty); 1675if (Properties.ContainsKey(s_rightToLeftProperty) || value != RightToLeft.Inherit) 3363private bool ShouldSerializeTextDirection() => Properties.ContainsKey(s_textDirectionProperty);
System\Windows\Forms\Form.cs (3)
374if (Properties.ContainsKey(s_propTransparencyKey)) 1070public bool IsMdiChild => Properties.ContainsKey(s_propFormMdiParent); 7004Debug.Assert(Properties.ContainsKey(s_propFormMdiParent), "how is formMdiParent null?");
System\Windows\Forms\Form.RevealMode.cs (1)
97private bool ShouldSerializeFormRevealMode() => Properties.ContainsKey(s_propFormRevealMode);
System\Windows\Forms\Layout\CommonProperties.cs (2)
325if (element.Properties.ContainsKey(s_specifiedBoundsProperty)) 707return element.Properties.ContainsKey(s_layoutBoundsProperty);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
838if (Properties.ContainsKey(s_propAxContainer))
System\Windows\Forms\Layout\DefaultLayout.cs (1)
1028container is not null && container.Properties.ContainsKey(s_cachedBoundsProperty);