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