1 instantiation of GraphicsState
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
574
GraphicsState g = new
GraphicsState
();
4 references to GraphicsState
System.Windows.Forms (4)
misc\GDI\DeviceContext.cs (3)
524
GraphicsState
g = (
GraphicsState
) contextStack.Pop();
574
GraphicsState
g = new GraphicsState();
misc\GDI\DeviceContext2.cs (1)
349
foreach (
GraphicsState
g in contextStack) {