4 references to ClearOutputChannel
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
1029
imageAttr.
ClearOutputChannel
(type);
1043
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(ColorAdjustType.Default));
1051
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(type));
1145
imageAttr.
ClearOutputChannel
(type);