1 override of Pop
mscorlib (1)
system\collections\stack.cs (1)
279public override Object Pop() {
159 references to Pop
mscorlib (4)
system\collections\stack.cs (1)
281return _s.Pop();
system\environment.cs (1)
211rh.currentlyLoading.Pop();
system\runtime\serialization\safeserializationmanager.cs (1)
415currentType = inheritanceChain.Pop() as RuntimeType;
system\security\policy\evidence.cs (1)
1857m_enumerators.Pop();
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2973CodeContext cc = (CodeContext)_codeContexts.Pop();
Framework\System\Windows\Markup\ParserContext.cs (5)
248_repeat = (int) _langSpaceStack.Pop(); 249_targetType = (Type) _langSpaceStack.Pop(); 250_xmlSpace = (string) _langSpaceStack.Pop(); 251_xmlLang = (string) _langSpaceStack.Pop(); 260_currentFreezeStackFrame = (FreezeStackFrame) _freezeStack.Pop();
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
920_elementTypeStack.Pop();
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
4402TextFlowStack.Pop(); 6497TextFlowStack.Pop(); 6535_textFlowStack.Pop();
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
761input = _stagingArea.Pop();
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (1)
379int index = (int)_indexStack.Pop() + 1;
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
348object currentModifier = _modifierStack.Pop();
PresentationFramework (32)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
357unit = _units.Pop() as IUndoUnit;
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
640unit = (IUndoUnit)RedoStack.Pop();
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
978ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop();
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1662_flowNodes.Add((FlowNode)_endNodes.Pop()); 1663_currentFixedElement = (FixedElement)_fixedElements.Pop();
src\Framework\System\Windows\Markup\BamlReader.cs (20)
1508nodeInfo = (BamlNodeInfo)_nodeStack.Pop(); 1509if ((bool)readProperty.Pop()) 1542readFirstConstructor.Pop(); 1555readFirstConstructor.Pop(); 1580readProperty.Pop(); 1581readConstructor.Pop(); 1582readFirstConstructor.Pop(); 1587readConstructor.Pop(); 1592readConstructor.Pop(); 1594readFirstConstructor.Pop(); 1606readFirstConstructor.Pop(); 1618if ((bool)readProperty.Pop()) 1630if ((bool)readProperty.Pop()) 1643if ((bool)readProperty.Pop()) 1657if ((bool)readProperty.Pop()) 1671if ((bool)readProperty.Pop()) 1858BamlNodeInfo nodeInfo = (BamlNodeInfo)_nodeStack.Pop(); 2050BamlNodeInfo nodeInfo = (BamlNodeInfo)_nodeStack.Pop(); 2138BamlNodeInfo nodeInfo = (BamlNodeInfo)_nodeStack.Pop(); 2266BamlNodeInfo nodeInfo = (BamlNodeInfo)_nodeStack.Pop();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2985INameScope nameScopeTop = ParserContext.NameScopeStack.Pop() as INameScope; 4394ParserContext.NameScopeStack.Pop();
src\Framework\System\Windows\Markup\ParserContext.cs (5)
248_repeat = (int) _langSpaceStack.Pop(); 249_targetType = (Type) _langSpaceStack.Pop(); 250_xmlSpace = (string) _langSpaceStack.Pop(); 251_xmlLang = (string) _langSpaceStack.Pop(); 260_currentFreezeStackFrame = (FreezeStackFrame) _freezeStack.Pop();
System (3)
compmod\system\codedom\CodeTypeReference.cs (1)
211String name = RipOffAssemblyInformationFromTypeName((string)subTypeNames.Pop());
compmod\system\diagnostics\CorrelationManager.cs (1)
54idStack.Pop();
net\System\Net\connectionpool.cs (1)
843pooledStream = _stack.Pop();
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (4)
36if (pathStack.Pop() != rootTreeViewItem.VisualValue) 54item = pathStack.Pop(); 113pathStack.Pop(); 131pathStack.Pop();
System.Configuration (1)
System\Configuration\ConfigurationSection.cs (1)
91_configRecord.SectionsStack.Pop();
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (4)
36if (pathStack.Pop() != rootTreeViewItem.VisualValue) 54item = pathStack.Pop(); 113pathStack.Pop(); 131pathStack.Pop();
fx\src\data\System\Data\XmlDataLoader.cs (2)
795DataRow childRow = (DataRow) childRowsStack.Pop(); 1049DataRow childRow = (DataRow) childRowsStack.Pop();
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
588Stylesheet stylesheet = (Stylesheet) this.stylesheets.Pop();
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
524GraphicsState g = (GraphicsState) contextStack.Pop();
System.Runtime.Remoting (5)
metadata\wsdlparser.cs (5)
818_currentReaderStack.Pop(); // need this to get the base url for relative import elements. 825_currentReaderStack.Pop(); // need this to get the base url for relative import elements. 833_currentReaderStack.Pop(); // need this to get the base url for relative import elements. 968_currentSchemaReaderStack.Pop(); 1046_currentSchemaReaderStack.Pop(); // need this to get the base url for relative import elements.
System.Runtime.Serialization (8)
System\Runtime\Serialization\CodeGenerator.cs (8)
338object stackTop = blockStack.Pop(); 414object stackTop = blockStack.Pop(); 532IfState ifState = (IfState)blockStack.Pop(); 1695object stackTop = blockStack.Pop(); 1881object stackTop = blockStack.Pop(); 1909IfState ifState = (IfState)blockStack.Pop(); 1942Label startWhile = (Label)blockStack.Pop(); 1949Label startWhile = (Label)blockStack.Pop();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
878object stackTop = blockStack.Pop();
System.Web (10)
BufferAllocator.cs (1)
86buffer = _buffers.Pop();
Compilation\BuildProvidersCompiler.cs (1)
534stack.Pop();
HttpContext.cs (2)
858_currentHandler = (IHttpHandler)_handlerStack.Pop(); 1891_topTraceContext = (TraceContext) _traceContextStack.Pop();
UI\Html32TextWriter.cs (1)
636FontStack.Pop();
UI\ObjectStateFormatter.cs (1)
891value = objectStack.Pop();
UI\Page.cs (2)
3018_partialCachingControlStack.Pop(); 6340_dataBindingContext.Pop();
UI\TemplateParser.cs (2)
2824_idList = (StringSet) _idListStack.Pop(); 2827_builderStack.Pop();
System.Web.DataVisualization (14)
Common\General\AxisScaleSegments.cs (14)
797 this.axis.LabelStyle.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 798 this.axis.LabelStyle.intervalOffset = (double)_oldAxisSettings.Pop(); 799 this.axis.LabelStyle.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 800 this.axis.LabelStyle.interval = (double)_oldAxisSettings.Pop(); 802 this.axis.majorTickMark.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 803 this.axis.majorTickMark.intervalOffset = (double)_oldAxisSettings.Pop(); 804 this.axis.majorTickMark.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 805 this.axis.majorTickMark.interval = (double)_oldAxisSettings.Pop(); 807 this.axis.majorGrid.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 808 this.axis.majorGrid.intervalOffset = (double)_oldAxisSettings.Pop(); 809 this.axis.majorGrid.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 810 this.axis.majorGrid.interval = (double)_oldAxisSettings.Pop(); 812 this.axis.minimum = (double)_oldAxisSettings.Pop(); 813 this.axis.maximum = (double)_oldAxisSettings.Pop();
System.Web.Mobile (24)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (19)
711Object o = state.TagsWritten.Pop(); 722state.TagsWritten.Push(tmpStack.Pop()); 734Object o = state.TagsWritten.Pop(); 747state.TagsWritten.Push(tempStack.Pop()); 756Object o = state.TagsWritten.Pop(); 770state.TagsWritten.Push(tempStack.Pop()); 776Object o = state.TagsWritten.Pop(); 789state.TagsWritten.Push(tmpStack.Pop()); 842Object o = state.TagsWritten.Pop(); 855state.TagsWritten.Push(tempStack.Pop()); 861Object o = state.TagsWritten.Pop(); 874state.TagsWritten.Push(tempStack.Pop()); 880Object o = state.TagsWritten.Pop(); 890state.TagsWritten.Push(tempStack.Pop()); 921return (WriterStyle)_stack.Pop(); 1012BreakPending = (bool)_stack.Pop(); 1018_tagsWritten = (Stack)_stack.Pop(); 1019_current = (WriterStyle)_stack.Pop(); 1056StyleTag tag = (StyleTag)_tagsWritten.Pop();
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
154_layoutStack.Pop(); 177_formatStack.Pop();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
376StylePair pair = (StylePair) _styleStack.Pop (); 509return(String)_physicalCssClasses.Pop();
UI\MobileControls\Design\Util\SimpleParser.cs (1)
286return (String)_tagStack.Pop();
System.Windows.Forms (2)
misc\GDI\DeviceContext.cs (1)
524GraphicsState g = (GraphicsState) contextStack.Pop();
winforms\Managed\System\WinForms\DataGrid.cs (1)
3834parentRows.AddParent((DataGridState)parentStack.Pop());
System.Windows.Forms.DataVisualization (14)
Common\General\AxisScaleSegments.cs (14)
797 this.axis.LabelStyle.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 798 this.axis.LabelStyle.intervalOffset = (double)_oldAxisSettings.Pop(); 799 this.axis.LabelStyle.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 800 this.axis.LabelStyle.interval = (double)_oldAxisSettings.Pop(); 802 this.axis.majorTickMark.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 803 this.axis.majorTickMark.intervalOffset = (double)_oldAxisSettings.Pop(); 804 this.axis.majorTickMark.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 805 this.axis.majorTickMark.interval = (double)_oldAxisSettings.Pop(); 807 this.axis.majorGrid.intervalOffsetType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 808 this.axis.majorGrid.intervalOffset = (double)_oldAxisSettings.Pop(); 809 this.axis.majorGrid.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 810 this.axis.majorGrid.interval = (double)_oldAxisSettings.Pop(); 812 this.axis.minimum = (double)_oldAxisSettings.Pop(); 813 this.axis.maximum = (double)_oldAxisSettings.Pop();
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
579serializationManager.SerializationStack.Pop();
System.Xml (14)
System\Xml\Schema\ContentValidator.cs (6)
1004SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1014InteriorNode inNode = (InteriorNode)stack.Pop(); 1045InteriorNode inNode = (InteriorNode)stack.Pop(); 1056SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1063SyntaxTreeNode node = (SyntaxTreeNode)stack.Pop(); 1099SyntaxTreeNode topNode = (SyntaxTreeNode)stack.Pop();
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
195XmlSchemaComplexType type = (XmlSchemaComplexType)complexTypeStack.Pop();
System\Xml\Schema\SchemaSetCompiler.cs (1)
189XmlSchemaComplexType type = (XmlSchemaComplexType)complexTypeStack.Pop();
System\Xml\Schema\XsdBuilder.cs (1)
796SetContainer(this.currentEntry.CurrentState, containerStack.Pop());
System\Xml\Serialization\CodeGenerator.cs (5)
301object stackTop = blockStack.Pop(); 524ilGen.MarkLabel((Label)leaveLabels.Pop()); 1725object stackTop = blockStack.Pop(); 1959elseIfState = (IfState)blockStack.Pop(); 2256WhileState whileState = (WhileState)whileStack.Pop();
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
211_threadStack.Pop();