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