6 references to IsCombinationDefined
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (1)
346&& VisualStyleRenderer.IsCombinationDefined(
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
324&& VisualStyleRenderer.IsCombinationDefined(s_radioElement.ClassName, VisualStyleElement.Button.RadioButton.HighContrastDisabledPart))
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
363&& VisualStyleRenderer.IsCombinationDefined(
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (3)
80return IsCombinationDefined(element.ClassName, element.Part); 138if (!IsCombinationDefined(className, part)) 200if (!IsCombinationDefined(className, part))