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