2 writes to _isPrintingFromRBW
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
940rbw._isPrintingFromRBW = true; 951rbw._isPrintingFromRBW = false;
2 references to _isPrintingFromRBW
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
923if (! rbw._isPrintingFromRBW) 1010if ((!e.Handled) && (!rbw._isPrintingFromRBW))