326 references to Push
PresentationBuildTasks (3)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
1057bracketCharacterStack.Push(args[i]); 1171bracketCharacterStack.Push(args[i]);
Framework\System\Windows\Markup\StyleModeStack.cs (1)
54_stack.Push(mode);
PresentationCore (21)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
2719directionalEmbeddingStack.Push(currentScope.TextModifier);
Core\CSharp\System\Windows\EventRoute.cs (1)
320BranchNodeStack.Push(branchNode);
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (3)
338_timelineStack.Push(_rootTimeline); 360_timelineStack.Push(children[0]); 384_timelineStack.Push(children[index]);
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (3)
363_clipStack.Push(_clip); 418_transformStack.Push(_transform); 632_pushTypeStack.Push(pushType);
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1414_previousDrawingGroupStack.Push(_currentDrawingGroup);
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (9)
950pushStack.Push(PushType.Other); 968pushStack.Push(PushType.Other); 986pushStack.Push(PushType.Other); 997pushStack.Push(PushType.Other); 1015pushStack.Push(PushType.Other); 1033pushStack.Push(PushType.Other); 1051pushStack.Push(PushType.Other); 1062pushStack.Push(PushType.Other); 1073pushStack.Push(PushType.BitmapEffect);
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
336_pointStack.Push(_point);
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
489materialStack.Push(material); 542materialStack.Push(m);
PresentationFramework (37)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1294_calledProcessAnnotations.Push(false); 1323_calledProcessAnnotations.Push(value); 1335_calledProcessAnnotations.Push(false);
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (8)
332stack.Push(block.LeftChildBlock); 333stack.Push(block.RightChildBlock); 338stack.Push(block.RightChildBlock); 348stack.Push(block.LeftChildBlock); 413stack.Push(block.RightChildBlock); 414stack.Push(block.LeftChildBlock); 419stack.Push(block.LeftChildBlock); 429stack.Push(block.RightChildBlock);
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
315_bamlTreeStack.Push(node); 373stackForProperty.Push(node);
src\Framework\MS\Internal\Globalization\BamlResourceSerializer.cs (2)
69_bamlTreeStack.Push(tree.Root); 108_bamlTreeStack.Push(children[i]);
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (1)
635_activationStack.Push(newEditingBehavior);
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
720_documentFormatInfoStack.Push(_currentFormatInfo); 818_documentArrangeInfoStack.Push(_currentArrangeInfo);
src\Framework\System\Windows\Application.cs (1)
654s_NestedBamlLoadInfo.Push(loadBamlSyncInfo);
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
303transforms.Push(transform); 316transforms.Push(transformGroup.Children[i]);
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
817listItemCounter.Push(0); 851listItemCounter.Push(((IList)listItem.SiblingListItems).IndexOf(listItem)); 864listItemCounter.Push(listItemIndex);
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
136_validResources.Push(validResources);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1437branchNodeStack.Push(this);
src\Framework\System\Windows\FrameworkElement.cs (1)
3154branchNodeStack.Push(this);
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
439parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
436parentTreeState.InheritablePropertiesStack.Push(currentInheritableProperties);
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
845_xamlWriterStack.Push(_xamlNodesWriter); 1341_xamlWriterStack.Push(_xamlNodesWriter); 2426_xamlWriterStack.Push(_xamlNodesWriter); 2496_xamlWriterStack.Push(_xamlNodesWriter);
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
1057bracketCharacterStack.Push(args[i]); 1171bracketCharacterStack.Push(args[i]);
src\Framework\System\Windows\Markup\StyleModeStack.cs (1)
54_stack.Push(mode);
src\Framework\System\Windows\TreeChangeInfo.cs (1)
45InheritablePropertiesStack.Push(CreateParentInheritableProperties(root, parent, isAddOperation));
System (11)
compmod\system\collections\generic\sortedset.cs (10)
137theirStack.Push(theirCurrent); 138myStack.Push(myCurrent); 154theirStack.Push(theirRight); 155myStack.Push(myRight); 238stack.Push(current); 249stack.Push(node); 1861stack.Push(current); 1879stack.Push(node); 2270stack.Push(node); 2302stack.Push(node);
compmod\system\collections\generic\stack.cs (1)
84Push(en.Current);
System.Activities (31)
System\Activities\ActivityUtilities.cs (1)
998activitiesRemaining.Push(nextActivity);
System\Activities\Debugger\DebugController.cs (1)
72ancestors.Push(instance);
System\Activities\Debugger\DebugManager.cs (3)
418((Stack<Activity>)this.runningThreads[threadId]).Push(activity); 525ancestors.Push(instance); 532ancestors.Push(instanceParent);
System\Activities\Debugger\StateManager.cs (2)
390this.callStack.Push(stackFrame); 395this.callStack.Push(null);
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
570this.objectDeclarationRecords.Push(this.Current);
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (2)
133this.contentStartLocationStack.Push(null); 176this.contentStartLocationStack.Push(this.CurrentLocation);
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (1)
588this.currentIdSpace.Push(id);
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
237environments.Push(current);
System\Activities\QualifiedId.cs (2)
24ids.Push(id); 31ids.Push(space.ParentId);
System\Activities\Statements\Flowchart.cs (2)
255stack.Push(start); 272stack.Push(connected[i]);
System\Activities\Statements\StateMachine.cs (2)
561stack.Push(this.InitialState); 585stack.Push(transition.To);
System\Activities\Validation\ExtensionMethods.cs (4)
106bounds.Push(pivotIndex + 1); 107bounds.Push(endIndex); 112bounds.Push(startIndex); 113bounds.Push(pivotIndex - 1);
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (3)
193this.pendingStates.Push(this.currentState); 1089this.objectStack.Push(new ObjectFrame { Type = xamlType }); 1095this.objectStack.Push(new ObjectFrame());
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
708this.stack.Push(newFrame); 713this.stack.Push(new Frame());
System\Activities\XamlIntegration\NamespaceTable.cs (1)
69this.namespaceStack.Push(this.tempNamespaceList);
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
387this.compiledDataContexts.Push(rootArgumentAccessorContext); 682this.compiledDataContexts.Push(currentContextDescriptor); 2136this.compiledDataContexts.Push(contextDescriptor);
System.Activities.Presentation (15)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
105stack.Push(new Frame() { Type = inputReader.Type, InstanceObject = inputReader.Instance }); 119stack.Push(new Frame() { Type = null }); 347stack.Push(new Frame { Type = workflowDefinition.Type }); 351stack.Push(new Frame { Type = null }); 743objectNodes.Push(new Frame { Type = xamlReader.Type }); 747objectNodes.Push(new Frame { Type = null });
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
64this.objects.Push(this.Instance); 68this.objects.Push(this.Instance);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (2)
284stack.Push(currentObject); 320stack.Push(new VisualState(child, currentObject.Depth + 1));
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
702editingScopes.Push(editingScope);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
72this.fragmentStack.Push(this.rootFragment); 74this.nameScopeStack.Push(new NameScopeFrame(null)); 446this.fragmentStack.Push(new ActivityFragment(SchemaContext) { Type = parentType.UnderlyingType }); 453this.nameScopeStack.Push(new NameScopeFrame(this.nameScopeStack.Peek()));
System.Core (16)
Microsoft\Scripting\Actions\BindingRestrictions.cs (7)
174_tests.Push(new AndNode { Node = node, Depth = depth }); 198stack.Push(this); 203stack.Push(m.Right); 204stack.Push(m.Left); 346stack.Push(_node); 351stack.Push(m.Right); 352stack.Push(m.Left);
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (3)
78_shadowedVars.Push(new Set<ParameterExpression>(node.Parameters)); 89_shadowedVars.Push(new Set<ParameterExpression>(node.Variables)); 103_shadowedVars.Push(new Set<ParameterExpression>(new[] { node.Variable }));
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
80_usedTemps.Push(temp);
Microsoft\Scripting\Compiler\VariableBinder.cs (5)
92_scopes.Push(_tree.Scopes[node] = new CompilerScope(node, true)); 93_constants.Push(_tree.Constants[node] = new BoundConstants()); 106_scopes.Push(_tree.Scopes[lambda] = new CompilerScope(lambda, false)); 122_scopes.Push(_tree.Scopes[node] = new CompilerScope(node, false)); 133_scopes.Push(_tree.Scopes[node] = new CompilerScope(node, false));
System.Data (14)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
105stack.Push(new Frame() { Type = inputReader.Type, InstanceObject = inputReader.Instance }); 119stack.Push(new Frame() { Type = null }); 347stack.Push(new Frame { Type = workflowDefinition.Type }); 351stack.Push(new Frame { Type = null }); 743objectNodes.Push(new Frame { Type = xamlReader.Type }); 747objectNodes.Push(new Frame { Type = null });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (2)
284stack.Push(currentObject); 320stack.Push(new VisualState(child, currentObject.Depth + 1));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
702editingScopes.Push(editingScope);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
72this.fragmentStack.Push(this.rootFragment); 74this.nameScopeStack.Push(new NameScopeFrame(null)); 446this.fragmentStack.Push(new ActivityFragment(SchemaContext) { Type = parentType.UnderlyingType }); 453this.nameScopeStack.Push(new NameScopeFrame(this.nameScopeStack.Peek()));
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (1)
242_packets.Push(packet);
System.Data.Entity (41)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
79this.variableScopes.Push(newScope);
System\Data\Common\EntitySql\CqlParserHelpers.cs (1)
203_methodExprCounterStack.Push(_methodExprCounter);
System\Data\Common\Utils\Helpers.cs (2)
165nodes.Push(root); 179nodes.Push(childNodes[idx]);
System\Data\Mapping\StorageMappingItemLoader.cs (4)
3939m_members.Push(property); 3956m_members.Push(toEnd.CorrespondingAssociationEndMember); 3975m_members.Push(end.CorrespondingAssociationEndMember); 4302m_members.Push(property);
System\Data\Mapping\Update\Internal\KeyManager.cs (2)
232stack.Push(identifier); 243stack.Push(successor);
System\Data\Mapping\ViewValidator.cs (1)
298this.variableScopes.Push(new KeyValuePair<string, DbExpressionEntitySetInfo>(binding.VariableName, info));
System\Data\Objects\ELinq\BindingContext.cs (1)
66_scopes.Push(binding);
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1121memberPath.Push(member);
System\Data\Objects\ELinq\Funcletizer.cs (2)
693stack.Push(me); 696stack.Push(me);
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (2)
86_currentSpanPath.Push(spanRoot); 239_currentSpanPath.Push(nextInfo.Value);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
546_navSources.Push(null); 551_navSources.Push(info);
System\Data\Query\InternalTrees\Command.cs (2)
224m_freeVarVecs.Push(vec); 260m_freeVarVecEnumerators.Push(enumerator);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
428_bindingScopes.Push(inputState); 494_bindingScopes.Push(newScope); 540_varScopes.Push(new VarDefScope(varDefs));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
836_varScopes.Push(new ExpressionBindingScope(_iqtCommand, bindingName, boundVar)); 903_functionExpansions.Push(expandingEdmFunction); 906_varScopes.Push(new LambdaScope(this, _iqtCommand, args)); 2488_varScopes.Push(scope);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1148m_entityTypeScopes.Push(op.Function.EntitySet); 2158m_entityTypeScopes.Push((EntitySet)op.Table.TableMetadata.Extent);
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
122m_ancestors.Push(n);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
452m_relOpAncestors.Push(subTree);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (9)
1429selectStatementStack.Push(innerQuery); 2250selectStatementStack.Push(result); 2470selectStatementStack.Push(input); 2534selectStatementStack.Push(result); 2572selectStatementStack.Push(result); 3028selectStatementStack.Push(result); 3061isParentAJoinStack.Push(needsJoinContext ? true : false); 3084isParentAJoinStack.Push(false); 4162selectStatementStack.Push(result);
System.Data.Entity.Design (6)
System\Data\EntityModel\Emitters\FixUpCollection.cs (6)
500context.Push(current); 524context.Push(current); 535context.Push(current); 540context.Push(current); 560context.Push(current); 565context.Push(current);
System.Data.Linq (1)
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
69expressionSink.Lifted.Push(lift);
System.Data.Services (1)
System\Data\Services\Serializers\JsonWriter.cs (1)
471this.scopes.Push(scope);
System.Data.Services.Client (17)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (2)
60this.expressionStack.Push(null); 87this.expressionStack.Push(exp);
System\Data\Services\Client\ALinq\InputBinder.cs (1)
119nestedAccesses.Push((PropertyInfo)memberRef.Member);
System\Data\Services\Client\ALinq\PathBox.cs (1)
70parameterExpressions.Push(pe);
System\Data\Services\Client\AtomMaterializer.cs (4)
1470segments.Push(target); 1471elements.Push(entryElement); 1508segments.Push(item); 1509elements.Push(child);
System\Data\Services\Client\AtomParser.cs (1)
880this.readers.Push(this.reader);
System\Data\Services\Client\ProjectionPathBuilder.cs (7)
146this.entityInScope.Push(isEntityType); 147this.parameterExpressions.Push(param); 148this.parameterExpressionTypes.Push(expectedType); 149this.parameterEntries.Push(entry); 150this.parameterProjectionTypes.Push(projectionType); 161this.entityInScope.Push(isEntityType); 242this.parameterEntries.Push(rewriteExpression);
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
486this.xmlBaseStack.Push(new XmlBaseState(newBaseUri, this.reader.Depth));
System.Data.Services.Design (8)
System\Data\EntityModel\Emitters\FixUpCollection.cs (6)
496context.Push(current); 520context.Push(current); 531context.Push(current); 536context.Push(current); 556context.Push(current); 561context.Push(current);
System\Data\EntityModel\EntityClassGenerator.cs (2)
508pending.Push(element); 560pending.Push(child);
System.Data.SqlXml (12)
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
71this.stk.Push(f.Sequence()); 173this.stk.Push((QilList) nd);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
1404this.stkNames.Push(prefix); 1405this.stkNames.Push(localName); 1406this.stkNames.Push(ns);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
916this.stkOutput.Push(this.output); 940this.stkOutput.Push(this.output);
System\Xml\Xsl\XPath\XPathParser.cs (2)
518posInfo.Push(startChar); 519posInfo.Push(endChar);
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
131iterStack.Push(var);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2395vars.Push(let);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1267newTemplates.Push(newtemplate);
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1411this.executionStack.Push(this.currentExecution);
System.ServiceModel (9)
System\ServiceModel\Description\MetadataExchangeClient.cs (5)
287state.StackedRetrievers.Push(retriever); 397resolveCallState.StackedRetrievers.Push(retriever); 545this.stackedRetrievers.Push(retriever); 558this.stackedRetrievers.Push(retriever); 630this.stackedRetrievers.Push(retriever);
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
193this.nsStack.Push(this.dom.nodes[n].name); 881this.nsStack.Push(nodeName); 1315newStack.Push(s); 1506this.nsStack.Push(nodeName);
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (1)
532this.items.Push(buffer);
System\Runtime\SynchronizedPool.cs (1)
421this.items.Push(value);
System.Web (4)
AspNetSynchronizationContext.cs (1)
73_state.SyncControlDisassociationActions.Push(disassociationAction);
BufferAllocator.cs (1)
289_buffers.Push(buffer);
UI\WebControls\Wizard.cs (2)
1567_historyStack.Push(originalIndex); 1966History.Push(ActiveStepIndex);
System.Web.DataVisualization (5)
Common\General\AxisScale.cs (5)
1167this._intervalsStore.Push(this.labelStyle.intervalOffset); 1168this._intervalsStore.Push(this.majorGrid.intervalOffset); 1169this._intervalsStore.Push(this.majorTickMark.intervalOffset); 1170this._intervalsStore.Push(this.minorGrid.intervalOffset); 1171this._intervalsStore.Push(this.minorTickMark.intervalOffset);
System.Web.DynamicData (2)
DynamicData\ModelProviders\EFDataModelProvider.cs (2)
53objectStack.Push(null); 68objectStack.Push(derivedEntityType);
System.Web.Entity.Design (2)
System\Data\WebControls\Design\Util\WizardForm.cs (2)
246_panelHistory.Push(nextPanel); 272_panelHistory.Push(_initialPanel);
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
737itemsStack.Push(this); 762itemsStack.Push((ToolStripDropDownItem)childItem);
winforms\Managed\System\WinForms\ToolStripManager.cs (7)
1931targetToolStrip.MergeHistoryStack.Push(mergeHistory); 1994history.Push(maction); 2006history.Push(maction); 2023history.Push(maction); 2035history.Push(maction); 2113reApply.Push(history.MergedToolStrip); 2117reApply.Push(history.MergedToolStrip);
System.Windows.Forms.DataVisualization (5)
Common\General\AxisScale.cs (5)
1167this._intervalsStore.Push(this.labelStyle.intervalOffset); 1168this._intervalsStore.Push(this.majorGrid.intervalOffset); 1169this._intervalsStore.Push(this.majorTickMark.intervalOffset); 1170this._intervalsStore.Push(this.minorGrid.intervalOffset); 1171this._intervalsStore.Push(this.minorTickMark.intervalOffset);
System.Workflow.Activities (22)
LocalService\CorrelationTokenTypeConvertor.cs (2)
106activityStack.Push(startActivity); 131activityStack.Push(currentActivity.Parent);
Role\DirectoryGroupQuery.cs (2)
27entries.Push(currentEntry); 51entries.Push(new DirectoryEntry(BuildUri(propValue)));
Role\DirectoryRedirect.cs (2)
59stack.Push(currentEntry); 71stack.Push(newEntry);
Rules\Expressions.cs (4)
366methodStack.Push(method); 1138methodStack.Push(pi); 1423methodStack.Push(mi); 2407methodStack.Push(pi);
Rules\Parser\Symbol.cs (2)
139names.Push(Name); 141names.Push(currentParent.Name);
Rules\RuleAttributes.cs (4)
313methodStack.Push(member); 359methodStack.Push(mi); 404methodStack.Push(member); 422methodStack.Push(mi);
Rules\RuleValidation.cs (1)
1078activeParentNodes.Push(newParent);
StateMachineWorkflowInstance.cs (1)
313stateHistory.Push(stateQualifiedName);
WebServiceResponse.cs (4)
497activityStack.Push(startActivity); 557activityStack.Push(currentActivity.Parent); 625activityStack.Push(startActivity); 661activityStack.Push(currentActivity.Parent);
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
775types.Push(type); 789types.Push(parameterType);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
1129types.Push(type); 1143types.Push(parameterType);
AuthoringOM\Design\MessageFilters\GlyphManager.cs (4)
379designerStack.Push(rootDesigner); 382designerStack.Push(compositeDesigner.ContainedDesigners); 394designerStack.Push(activityDesigner); 397designerStack.Push(compositeDesigner.ContainedDesigners);
AuthoringOM\Design\WorkflowView.cs (1)
2190this.workflowView.messageHitTestContexts.Push(this.messageContext);
System.Workflow.Runtime (2)
CorrelationToken.cs (2)
194activityStack.Push(startActivity); 202activityStack.Push(currentActivity.Parent);
System.WorkflowServices (8)
System\Workflow\Activities\ChannelToken.cs (2)
276activityStack.Push(startActivity); 284activityStack.Push(currentActivity.Parent);
System\Workflow\Activities\ChannelTokenTypeConverter.cs (2)
142activityStack.Push(startActivity); 169activityStack.Push(currentActivity.Parent);
System\Workflow\Activities\ContextToken.cs (2)
277activityStack.Push(startActivity); 285activityStack.Push(currentActivity.Parent);
System\Workflow\Activities\ContextTokenTypeConverter.cs (2)
142activityStack.Push(startActivity); 169activityStack.Push(currentActivity.Parent);
System.Xml (8)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
511this.stkNmsp.Push(new XPathNodeRef(this.pageNmsp, this.idxNmsp));
System\Xml\Schema\ContentValidator.cs (2)
408nodeStack.Push(this_); 464contextStack.Push(context);
System\Xml\Schema\DtdParser.cs (2)
1115localFrames.Push(currentFrame); 1135localFrames.Push(currentFrame);
System\Xml\Schema\DtdParserAsync.cs (2)
739localFrames.Push(currentFrame); 759localFrames.Push(currentFrame);
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
52inputStk.Push(currentNode.Clone());
WindowsBase (1)
Base\MS\Internal\PriorityQueue.cs (1)
301_cacheReusableChains.Push(item.Chain);
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (2)
80currentTypes.Push(new NamedObject() 124currentTypes.Push(new NamedObject());
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
83namespaceStack.Push(tempNamespaceList);