43 references to _styleModeStack
PresentationBuildTasks (43)
Framework\System\Windows\Markup\StyleXamlParser.cs (43)
125if (_styleModeStack.Depth == 0) 208_styleModeStack.Push(StyleMode.Key); 221_styleModeStack.Pop(); 338if ((_styleModeStack.Mode == StyleMode.Setters || _styleModeStack.Mode == StyleMode.TriggerBase) && 454if (_inSetterDepth < 0 && _styleModeStack.Mode == StyleMode.TriggerBase) 596_styleModeStack.Mode == StyleMode.Base) 620if (_styleModeStack.Mode == StyleMode.Base) 638StyleMode mode = _styleModeStack.Mode; 639int depth = _styleModeStack.Depth; 790_styleModeStack.Push(mode); 821StyleMode mode = _styleModeStack.Mode; 837if (_styleModeStack.Depth != 1 && 847if (_styleModeStack.Depth == 3) 860_styleModeStack.Pop(); 882if (_styleModeStack.Mode == StyleMode.TargetTypeProperty && 901if (_styleModeStack.Mode == StyleMode.TargetTypeProperty && 914_styleModeStack.Push(); 924if (_styleModeStack.Mode == StyleMode.TargetTypeProperty && 927_styleModeStack.Depth > 2) 939_styleModeStack.Pop(); 951StyleMode mode = _styleModeStack.Mode; 953if (_styleModeStack.Depth == 1) 987_styleModeStack.Push(mode); 1000if (_styleModeStack.Mode == StyleMode.TriggerBase) 1005else if (_styleModeStack.Mode == StyleMode.TargetTypeProperty && 1008_styleModeStack.Depth > 2) 1020_styleModeStack.Pop(); 1032StyleMode mode = _styleModeStack.Mode; 1033int depth = _styleModeStack.Depth; 1074_styleModeStack.Push(mode); 1089if (_styleModeStack.Mode == StyleMode.Setters) 1096_styleModeStack.Pop(); 1105_styleModeStack.Push(); 1115_styleModeStack.Pop(); 1123StyleMode mode = _styleModeStack.Mode; 1124if (_styleModeStack.Depth == 1 && mode == StyleMode.Base) 1138_styleModeStack.Push(mode); 1148_styleModeStack.Pop(); 1156StyleMode mode = _styleModeStack.Mode; 1212if (_styleModeStack.Mode != StyleMode.Setters) 1299StyleMode mode = _styleModeStack.Mode; 1427if (_styleModeStack.Mode == StyleMode.Base &&