49 references to Mode
PresentationBuildTasks (49)
Framework\System\Windows\Markup\StyleModeStack.cs (1)
59
Push(
Mode
);
Framework\System\Windows\Markup\StyleXamlParser.cs (20)
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
;
821
StyleMode mode = _styleModeStack.
Mode
;
882
if (_styleModeStack.
Mode
== StyleMode.TargetTypeProperty &&
901
if (_styleModeStack.
Mode
== StyleMode.TargetTypeProperty &&
924
if (_styleModeStack.
Mode
== StyleMode.TargetTypeProperty &&
951
StyleMode mode = _styleModeStack.
Mode
;
1000
if (_styleModeStack.
Mode
== StyleMode.TriggerBase)
1005
else if (_styleModeStack.
Mode
== StyleMode.TargetTypeProperty &&
1032
StyleMode mode = _styleModeStack.
Mode
;
1089
if (_styleModeStack.
Mode
== StyleMode.Setters)
1123
StyleMode mode = _styleModeStack.
Mode
;
1156
StyleMode mode = _styleModeStack.
Mode
;
1212
if (_styleModeStack.
Mode
!= StyleMode.Setters)
1299
StyleMode mode = _styleModeStack.
Mode
;
1427
if (_styleModeStack.
Mode
== StyleMode.Base &&
Framework\System\Windows\Markup\TemplateXamlParser.cs (28)
164
StyleMode mode = _styleModeStack.
Mode
;
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
;
721
else if (_styleModeStack.
Mode
== StyleMode.DataTypeProperty &&
883
if (_styleModeStack.
Mode
== StyleMode.TriggerBase &&
896
if (_styleModeStack.
Mode
== StyleMode.DataTypeProperty &&
949
if (_styleModeStack.
Mode
== StyleMode.DataTypeProperty &&
968
if (_styleModeStack.
Mode
== StyleMode.DataTypeProperty &&
990
if (_styleModeStack.
Mode
== StyleMode.DataTypeProperty &&
1017
StyleMode mode = _styleModeStack.
Mode
;
1082
StyleMode mode = _styleModeStack.
Mode
;
1124
StyleMode mode = _styleModeStack.
Mode
;
1172
if (_styleModeStack.
Mode
== StyleMode.VisualTree)
1176
else if (_styleModeStack.
Mode
== StyleMode.TriggerBase)
1190
if (_styleModeStack.
Mode
== StyleMode.VisualTree)
1194
else if (_styleModeStack.
Mode
== StyleMode.TriggerBase)
1209
if (_styleModeStack.
Mode
== StyleMode.VisualTree)
1213
else if (_styleModeStack.
Mode
== StyleMode.TriggerBase)
1226
StyleMode mode = _styleModeStack.
Mode
;
1259
StyleMode mode = _styleModeStack.
Mode
;
1279
StyleMode mode = _styleModeStack.
Mode
;
1343
Debug.Assert(_styleModeStack.
Mode
== StyleMode.VisualTree);
1421
StyleMode mode = _styleModeStack.
Mode
;
1598
StyleMode mode = _styleModeStack.
Mode
;