2 instantiations of BlurEffect
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
81
using BlurEffect effect =
new
(radius, expandEdge);
92
Action action = () => _ = new
BlurEffect
(radius, expandEdge);
1 reference to BlurEffect
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
81
using
BlurEffect
effect = new(radius, expandEdge);