6 references to IsCombinationDefined
System.Windows.Forms (6)
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
347&& VisualStyleRenderer.IsCombinationDefined(CheckBoxElement.ClassName, VisualStyleElement.Button.CheckBox.HighContrastDisabledPart)) {
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (1)
325&& VisualStyleRenderer.IsCombinationDefined(GroupBoxElement.ClassName, VisualStyleElement.Button.GroupBox.HighContrastDisabledPart)) {
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (1)
286&& VisualStyleRenderer.IsCombinationDefined(RadioElement.ClassName, VisualStyleElement.Button.RadioButton.HighContrastDisabledPart)) {
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (3)
101return IsCombinationDefined(element.ClassName, element.Part); 167if (!IsCombinationDefined(className, part)) { //internally this call takes care of IsSupported. 260if (!IsCombinationDefined(className, part)) { //internally this call takes care of IsSupported.