62 references to _styleModeStack
PresentationBuildTasks (62)
Framework\System\Windows\Markup\TemplateXamlParser.cs (62)
112
if (
_styleModeStack
.Depth == 0)
131
if (_dataTypePropertyNode != null && _dataTypePropertyNodeDepth ==
_styleModeStack
.Depth)
164
StyleMode mode =
_styleModeStack
.Mode;
170
_styleModeStack
.Push(mode);
233
_styleModeStack
.Push(StyleMode.Key);
243
_styleModeStack
.Pop();
280
_styleModeStack
.Pop();
376
if (
_styleModeStack
.Mode == StyleMode.VisualTree && !xamlEndAttributesNode.IsCompact)
381
if (
_styleModeStack
.Mode == StyleMode.TriggerBase && !xamlEndAttributesNode.IsCompact)
511
if (_inSetterDepth < 0 &&
_styleModeStack
.Mode == StyleMode.TriggerBase)
620
_styleModeStack
.Mode == StyleMode.Base)
638
if (
_styleModeStack
.Mode == StyleMode.Base)
656
StyleMode mode =
_styleModeStack
.Mode;
659
if (mode == StyleMode.Base &&
_styleModeStack
.Depth == 0)
701
if (mode == StyleMode.Base &&
_styleModeStack
.Depth > 0)
721
else if (
_styleModeStack
.Mode == StyleMode.DataTypeProperty &&
723
_styleModeStack
.Depth >= 2 &&
730
if (
_styleModeStack
.Depth == 2)
753
if (xamlElementStartNode.SerializerType != null &&
_styleModeStack
.Depth > 0)
820
_styleModeStack
.Push(mode);
839
if (mode == StyleMode.Base &&
_styleModeStack
.Depth > 0 )
883
if (
_styleModeStack
.Mode == StyleMode.TriggerBase &&
896
if (
_styleModeStack
.Mode == StyleMode.DataTypeProperty &&
905
if (
_styleModeStack
.Depth == 2)
922
_styleModeStack
.Pop();
949
if (
_styleModeStack
.Mode == StyleMode.DataTypeProperty &&
968
if (
_styleModeStack
.Mode == StyleMode.DataTypeProperty &&
980
_styleModeStack
.Push();
990
if (
_styleModeStack
.Mode == StyleMode.DataTypeProperty &&
993
_styleModeStack
.Depth > 2)
1005
_styleModeStack
.Pop();
1017
StyleMode mode =
_styleModeStack
.Mode;
1019
if (
_styleModeStack
.Depth == 1)
1069
_styleModeStack
.Push(mode);
1082
StyleMode mode =
_styleModeStack
.Mode;
1096
_styleModeStack
.Depth > 2)
1106
if (
_styleModeStack
.Depth <= 2)
1111
_styleModeStack
.Pop();
1124
StyleMode mode =
_styleModeStack
.Mode;
1126
if (
_styleModeStack
.Depth == 1)
1143
_styleModeStack
.Depth == 2)
1148
_styleModeStack
.Depth == 3 &&
1158
_styleModeStack
.Push(mode);
1172
if (
_styleModeStack
.Mode == StyleMode.VisualTree)
1176
else if (
_styleModeStack
.Mode == StyleMode.TriggerBase)
1182
_styleModeStack
.Pop();
1190
if (
_styleModeStack
.Mode == StyleMode.VisualTree)
1194
else if (
_styleModeStack
.Mode == StyleMode.TriggerBase)
1200
_styleModeStack
.Push();
1209
if (
_styleModeStack
.Mode == StyleMode.VisualTree)
1213
else if (
_styleModeStack
.Mode == StyleMode.TriggerBase)
1218
_styleModeStack
.Pop();
1226
StyleMode mode =
_styleModeStack
.Mode;
1236
else if (
_styleModeStack
.Depth == 1 && mode == StyleMode.Base)
1250
_styleModeStack
.Push(mode);
1259
StyleMode mode =
_styleModeStack
.Mode;
1271
_styleModeStack
.Pop();
1279
StyleMode mode =
_styleModeStack
.Mode;
1343
Debug.Assert(
_styleModeStack
.Mode == StyleMode.VisualTree);
1421
StyleMode mode =
_styleModeStack
.Mode;
1598
StyleMode mode =
_styleModeStack
.Mode;
1618
_dataTypePropertyNodeDepth =
_styleModeStack
.Depth;