21 references to Base
PresentationBuildTasks (21)
Framework\System\Windows\Markup\StyleModeStack.cs (1)
35
Push(StyleMode.
Base
);
Framework\System\Windows\Markup\StyleXamlParser.cs (9)
596
_styleModeStack.Mode == StyleMode.
Base
)
620
if (_styleModeStack.Mode == StyleMode.
Base
)
645
if (mode == StyleMode.
Base
&& depth > 0)
798
if (mode == StyleMode.
Base
&& depth == 0)
1063
mode = StyleMode.
Base
;
1124
if (_styleModeStack.Depth == 1 && mode == StyleMode.
Base
)
1183
mode != StyleMode.
Base
) ||
1301
Debug.Assert (mode != StyleMode.
Base
|| xamlPropertyNode.PropName != XamlStyleSerializer.TargetTypePropertyName,
1427
if (_styleModeStack.Mode == StyleMode.
Base
&&
Framework\System\Windows\Markup\TemplateXamlParser.cs (11)
620
_styleModeStack.Mode == StyleMode.
Base
)
638
if (_styleModeStack.Mode == StyleMode.
Base
)
659
if (mode == StyleMode.
Base
&& _styleModeStack.Depth == 0)
701
if (mode == StyleMode.
Base
&& _styleModeStack.Depth > 0)
839
if (mode == StyleMode.
Base
&& _styleModeStack.Depth > 0 )
1108
mode = StyleMode.
Base
;
1145
mode = StyleMode.
Base
;
1236
else if (_styleModeStack.Depth == 1 && mode == StyleMode.
Base
)
1433
if (mode == StyleMode.
Base
&&
1600
if (mode == StyleMode.
Base
&&
1609
else if (mode == StyleMode.
Base
&&