1 write to contextStack
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
571
contextStack
= new Stack();
7 references to contextStack
System.Windows.Forms (7)
misc\GDI\DeviceContext.cs (5)
521
Debug.Assert(
contextStack
!= null, "Someone is calling RestoreHdc() before SaveHdc()");
523
if (
contextStack
!= null) {
524
GraphicsState g = (GraphicsState)
contextStack
.Pop();
570
if (
contextStack
== null) {
585
contextStack
.Push(g);
misc\GDI\DeviceContext2.cs (2)
345
if (
contextStack
== null) {
349
foreach (GraphicsState g in
contextStack
) {