151 references to Stack
PresentationBuildTasks (1)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
950Stack<char> bracketCharacterStack = new Stack<char>();
PresentationCore (3)
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
150Stack<DependencyObject> branchNodeStack = new Stack<DependencyObject>();
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (1)
567Stack<PushType> pushStack = new Stack<PushType>();
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
488Stack<Material> materialStack = new Stack<Material>();
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
1348private Stack<bool> _calledProcessAnnotations = new Stack<bool>();
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
368stackForProperty = new Stack<ILocalizabilityInheritable>(); 403private Stack<BamlTreeNode> _bamlTreeStack = new Stack<BamlTreeNode>();
src\Framework\MS\Internal\Globalization\BamlResourceSerializer.cs (1)
66_bamlTreeStack = new Stack<BamlTreeNode>();
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
792private Stack<DocumentFormatInfo> _documentFormatInfoStack = new Stack<DocumentFormatInfo>(); 869private Stack<DocumentArrangeInfo> _documentArrangeInfoStack = new Stack<DocumentArrangeInfo>();
src\Framework\System\Windows\Application.cs (1)
643s_NestedBamlLoadInfo = new Stack<NestedBamlLoadInfo>();
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
302Stack<Transform> transforms = new Stack<Transform>();
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
223static private Stack<Hashtable> _validResources = new Stack<Hashtable>();
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
31private Stack<XamlWriter> _xamlWriterStack = new Stack<XamlWriter>();
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
950Stack<char> bracketCharacterStack = new Stack<char>();
System.Activities (19)
System\Activities\ActivityUtilities.cs (1)
995activitiesRemaining = new Stack<ChildActivity>();
System\Activities\Debugger\DebugController.cs (1)
69Stack<ActivityInstance> ancestors = new Stack<ActivityInstance>();
System\Activities\Debugger\DebugManager.cs (2)
515ancestors = new Stack<ActivityInstance>(); 559Stack<Activity> newStack = new Stack<Activity>();
System\Activities\Debugger\StateManager.cs (1)
363this.callStack = new Stack<VirtualStackFrame>();
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
85this.objectDeclarationRecords = new Stack<XamlNode>(); 115this.objectDeclarationRecords = new Stack<XamlNode>();
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (1)
35this.contentStartLocationStack = new Stack<DocumentLocation>();
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (1)
586this.currentIdSpace = new Stack<int>();
System\Activities\Expressions\CompiledExpressionInvoker.cs (1)
230Stack<LocationReferenceEnvironment> environments = new Stack<LocationReferenceEnvironment>();
System\Activities\QualifiedId.cs (1)
20Stack<int> ids = new Stack<int>();
System\Activities\Statements\Flowchart.cs (1)
250Stack<FlowNode> stack = new Stack<FlowNode>();
System\Activities\Statements\StateMachine.cs (1)
560Stack<State> stack = new Stack<State>();
System\Activities\Validation\ExtensionMethods.cs (1)
75Stack<int> bounds = new Stack<int>();
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
191this.pendingStates = new Stack<BuilderXamlNode>(); 1048this.objectStack = new Stack<ObjectFrame>();
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
629this.stack = new Stack<Frame>();
System\Activities\XamlIntegration\NamespaceTable.cs (1)
19this.namespaceStack = new Stack<List<NamespaceDeclaration>>();
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
103this.compiledDataContexts = new Stack<CompiledDataContextDescriptor>();
System.Activities.Presentation (8)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (3)
64Stack<Frame> stack = new Stack<Frame>(); 328Stack<Frame> stack = new Stack<Frame>(); 724Stack<Frame> objectNodes = new Stack<Frame>();
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
21private Stack<object> objects = new Stack<object>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
282Stack<VisualState> stack = new Stack<VisualState>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
54editingScopes = new Stack<ModelEditingScope>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
71this.fragmentStack = new Stack<XamlFragment>(); 73this.nameScopeStack = new Stack<NameScopeFrame>();
System.Core (8)
Microsoft\Scripting\Actions\BindingRestrictions.cs (3)
145private readonly Stack<AndNode> _tests = new Stack<AndNode>(); 197var stack = new Stack<BindingRestrictions>(); 345var stack = new Stack<BindingRestrictions>();
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
49private Stack<int> _stack = new Stack<int>();
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
70private readonly Stack<Set<ParameterExpression>> _shadowedVars = new Stack<Set<ParameterExpression>>();
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
78_usedTemps = new Stack<ParameterExpression>();
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
36private readonly Stack<CompilerScope> _scopes = new Stack<CompilerScope>(); 37private readonly Stack<BoundConstants> _constants = new Stack<BoundConstants>();
System.Data (9)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (3)
64Stack<Frame> stack = new Stack<Frame>(); 328Stack<Frame> stack = new Stack<Frame>(); 724Stack<Frame> objectNodes = new Stack<Frame>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (1)
21private Stack<object> objects = new Stack<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
282Stack<VisualState> stack = new Stack<VisualState>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
54editingScopes = new Stack<ModelEditingScope>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
71this.fragmentStack = new Stack<XamlFragment>(); 73this.nameScopeStack = new Stack<NameScopeFrame>();
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (1)
223_packets = new Stack<SNIPacket>();
System.Data.Entity (22)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
25private readonly Stack<Dictionary<string, TypeUsage>> variableScopes = new Stack<Dictionary<string, TypeUsage>>();
System\Data\Common\EntitySql\CqlParserHelpers.cs (1)
67_methodExprCounterStack = new Stack<uint>();
System\Data\Common\Utils\Helpers.cs (1)
164Stack<TNode> nodes = new Stack<TNode>();
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3762m_members = new Stack<EdmMember>();
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
231var stack = new Stack<int>();
System\Data\Mapping\ViewValidator.cs (1)
264private readonly Stack<KeyValuePair<string, DbExpressionEntitySetInfo>> variableScopes = new Stack<KeyValuePair<string, DbExpressionEntitySetInfo>>();
System\Data\Objects\ELinq\BindingContext.cs (1)
57_scopes = new Stack<Binding>();
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1119memberPath = new Stack<EdmMember>();
System\Data\Objects\ELinq\Funcletizer.cs (1)
692Stack<MemberExpression> stack = new Stack<MemberExpression>();
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
50private Stack<SpanPathInfo> _currentSpanPath = new Stack<SpanPathInfo>();
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
41private Stack<NavigationInfo> _navSources = new Stack<NavigationInfo>();
System\Data\Query\InternalTrees\Command.cs (2)
82m_freeVarVecEnumerators = new Stack<VarVec.VarVecEnumerator>(); 83m_freeVarVecs = new Stack<VarVec>();
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
324private Stack<IqtVarScope> _bindingScopes = new Stack<IqtVarScope>(); 325private Stack<VarDefScope> _varScopes = new Stack<VarDefScope>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
197private readonly Stack<CqtVariableScope> _varScopes = new Stack<CqtVariableScope>(); 199private readonly Stack<EdmFunction> _functionExpansions = new Stack<EdmFunction>();
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
117private readonly Stack<EntitySet> m_entityTypeScopes = new Stack<EntitySet>();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
42protected readonly Stack<Node> m_ancestors = new Stack<Node>();
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
418private Stack<Node> m_relOpAncestors = new Stack<Node>();
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
513selectStatementStack = new Stack<SqlSelectStatement>(); 514isParentAJoinStack = new Stack<bool>();
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
225Stack<VBStatementType> context = new Stack<VBStatementType>();
System.Data.Linq (1)
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
30internal Stack<List<SqlColumn>> Lifted = new Stack<List<SqlColumn>>();
System.Data.Services (1)
System\Data\Services\Serializers\JsonWriter.cs (1)
52this.scopes = new Stack<Scope>();
System.Data.Services.Client (12)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (1)
59this.expressionStack = new Stack<Expression>();
System\Data\Services\Client\ALinq\InputBinder.cs (1)
113Stack<PropertyInfo> nestedAccesses = new Stack<PropertyInfo>();
System\Data\Services\Client\ALinq\PathBox.cs (1)
36private readonly Stack<ParameterExpression> parameterExpressions = new Stack<ParameterExpression>();
System\Data\Services\Client\AtomMaterializer.cs (2)
1467Stack<System.Data.Services.Common.EpmTargetPathSegment> segments = new Stack<System.Data.Services.Common.EpmTargetPathSegment>(); 1468Stack<XElement> elements = new Stack<XElement>();
System\Data\Services\Client\AtomParser.cs (1)
105this.readers = new Stack<XmlReader>();
System\Data\Services\Client\ProjectionPathBuilder.cs (5)
58this.entityInScope = new Stack<bool>(); 60this.parameterExpressions = new Stack<ParameterExpression>(); 61this.parameterExpressionTypes = new Stack<Expression>(); 62this.parameterEntries = new Stack<Expression>(); 63this.parameterProjectionTypes = new Stack<Type>();
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
473this.xmlBaseStack = new Stack<XmlBaseState>();
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
221Stack<VBStatementType> context = new Stack<VBStatementType>();
System\Data\EntityModel\EntityClassGenerator.cs (1)
507Stack<XElement> pending = new Stack<XElement>();
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
66this.stk = new Stack<QilList>();
System\Xml\Xsl\XPath\XPathParser.cs (1)
18private Stack<int> posInfo = new Stack<int>();
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
39this.iterStack = new Stack<QilIterator>();
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2382private Stack<QilIterator> vars = new Stack<QilIterator>();
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1102this.newTemplates = new Stack<Template>();
System.ServiceModel (5)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
505this.stackedRetrievers = new Stack<MetadataRetriever>();
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (4)
175this.nsStack = new Stack<string>(); 813this.nsStack = new Stack<string>(); 860this.nsStack = new Stack<string>(); 1311Stack<string> newStack = new Stack<string>();
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
355this.items = new Stack<T>();
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
38this.stack = new Stack<string>();
System.Web (2)
BufferAllocator.cs (1)
222_buffers = new Stack<T[]>();
UI\WebControls\Wizard.cs (1)
1175_historyStack = new Stack<int>();
System.Web.DataVisualization (1)
Common\General\AxisScale.cs (1)
259private Stack<Double> _intervalsStore = new Stack<Double>();
System.Web.DynamicData (1)
DynamicData\ModelProviders\EFDataModelProvider.cs (1)
51var objectStack = new Stack<EntityType>();
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
46_panelHistory = new System.Collections.Generic.Stack<WizardPanel>();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1494mergeHistoryStack = new Stack<MergeHistory>();
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
736var itemsStack = new System.Collections.Generic.Stack<ToolStripDropDownItem>();
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
2102Stack<ToolStrip> reApply = new Stack<ToolStrip>(); 2217mergeHistoryItemsStack = new Stack<MergeHistoryItem>();
System.Windows.Forms.DataVisualization (1)
Common\General\AxisScale.cs (1)
259private Stack<Double> _intervalsStore = new Stack<Double>();
System.Workflow.Activities (14)
LocalService\CorrelationTokenTypeConvertor.cs (1)
105Stack<Activity> activityStack = new Stack<Activity>();
Role\DirectoryGroupQuery.cs (1)
26Stack<DirectoryEntry> entries = new Stack<DirectoryEntry>();
Role\DirectoryRedirect.cs (1)
58Stack<DirectoryEntry> stack = new Stack<DirectoryEntry>();
Rules\Expressions.cs (4)
365Stack<MemberInfo> methodStack = new Stack<MemberInfo>(); 1137Stack<MemberInfo> methodStack = new Stack<MemberInfo>(); 1422Stack<MemberInfo> methodStack = new Stack<MemberInfo>(); 2406Stack<MemberInfo> methodStack = new Stack<MemberInfo>();
Rules\Parser\Symbol.cs (1)
137Stack<string> names = new Stack<string>();
Rules\RuleAttributes.cs (2)
312Stack<MemberInfo> methodStack = new Stack<MemberInfo>(); 403Stack<MemberInfo> methodStack = new Stack<MemberInfo>();
Rules\RuleValidation.cs (1)
919private Stack<CodeExpression> activeParentNodes = new Stack<CodeExpression>();
StateMachineWorkflowInstance.cs (1)
275Stack<string> stateHistory = new Stack<string>();
WebServiceResponse.cs (2)
496Stack<Activity> activityStack = new Stack<Activity>(); 624Stack<Activity> activityStack = new Stack<Activity>();
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
774Stack<Type> types = new Stack<Type>();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1128Stack<Type> types = new Stack<Type>();
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
377Stack<object> designerStack = new Stack<object>();
AuthoringOM\Design\WorkflowView.cs (1)
126private Stack<HitTestInfo> messageHitTestContexts = new Stack<HitTestInfo>();
System.Workflow.Runtime (1)
CorrelationToken.cs (1)
193Stack<Activity> activityStack = new Stack<Activity>();
System.WorkflowServices (4)
System\Workflow\Activities\ChannelToken.cs (1)
275Stack<Activity> activityStack = new Stack<Activity>();
System\Workflow\Activities\ChannelTokenTypeConverter.cs (1)
141Stack<Activity> activityStack = new Stack<Activity>();
System\Workflow\Activities\ContextToken.cs (1)
276Stack<Activity> activityStack = new Stack<Activity>();
System\Workflow\Activities\ContextTokenTypeConverter.cs (1)
141Stack<Activity> activityStack = new Stack<Activity>();
System.Xml (6)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
71this.stkNmsp = new Stack<XPathNodeRef>();
System\Xml\Schema\ContentValidator.cs (2)
404Stack<InteriorNode> nodeStack = new Stack<InteriorNode>(); 457Stack<SequenceConstructPosContext> contextStack = new Stack<SequenceConstructPosContext>();
System\Xml\Schema\DtdParser.cs (1)
1113Stack<ParseElementOnlyContent_LocalFrame> localFrames = new Stack<ParseElementOnlyContent_LocalFrame>();
System\Xml\Schema\DtdParserAsync.cs (1)
737Stack<ParseElementOnlyContent_LocalFrame> localFrames = new Stack<ParseElementOnlyContent_LocalFrame>();
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
50Stack<XPathNavigator> inputStk = new Stack<XPathNavigator>();
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
46Stack<NamedObject> currentTypes = new Stack<NamedObject>();
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (1)
12Stack<Dictionary<string, NamespaceDeclaration>> namespaceStack = new Stack<Dictionary<string, NamespaceDeclaration>>();