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