4 writes to _showingAsDialog
PresentationFramework (4)
src\Framework\System\Windows\Window.cs (4)
458_showingAsDialog = true; 512_showingAsDialog = false; 539_showingAsDialog = false; 4622_showingAsDialog = false;
9 references to _showingAsDialog
PresentationFramework (9)
src\Framework\System\Windows\Window.cs (9)
351else if ( _showingAsDialog == true ) 1296if ( _showingAsDialog == true ) 1421if (_showingAsDialog == true) 3298if ( _showingAsDialog == true ) 3668if (_showingAsDialog) 4562if (_showingAsDialog) 4593Debug.Assert(_showingAsDialog == true, "_showingAsDialog must be true when DoDialogHide is called"); 5756if (_showingAsDialog == true) 5826if ((_showingAsDialog == true) && (_isVisible == true))