3 writes to BamlRecordWriter
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
774BamlRecordWriter = null;
Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
73styleParser.BamlRecordWriter = bamlWriter;
Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
77templateParser.BamlRecordWriter = bamlWriter;
96 references to BamlRecordWriter
PresentationBuildTasks (96)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
552xamlParser.BamlRecordWriter == null &&
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (5)
99BamlRecordWriter); 103else if (BamlRecordWriter != null) 772if (!_pass2 && BamlRecordWriter != null) 904if (BamlRecordWriter != null) 906MemoryStream bamlMemStream = BamlRecordWriter.BamlStream as MemoryStream;
Framework\System\Windows\Markup\StyleXamlParser.cs (11)
365if (BamlRecordWriter != null) 368short propertyId = MapTable.GetAttributeOrTypeId(BamlRecordWriter.BinaryWriter, 585if (BamlRecordWriter != null) 587BamlRecordWriter.WriteDefAttribute(xamlDefAttributeNode); 774BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext, 775xamlElementStartNode, BamlRecordWriter); 1435if (BamlRecordWriter != null && xamlPropertyNode.ValueElementType == null) 1544get { return BamlRecordWriter != null && BamlRecordWriter.InDeferLoadedSection; } 1552get { return BamlRecordWriter == null; }
Framework\System\Windows\Markup\TemplateXamlParser.cs (10)
413if (BamlRecordWriter != null) 416short propertyId = MapTable.GetAttributeOrTypeId(BamlRecordWriter.BinaryWriter, 609if (BamlRecordWriter != null) 611BamlRecordWriter.WriteDefAttribute(xamlDefAttributeNode); 771BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext, 772xamlElementStartNode, BamlRecordWriter); 1760get { return BamlRecordWriter != null && 1761BamlRecordWriter.InDeferLoadedSection && 1770get { return BamlRecordWriter == null; }
Framework\System\Windows\Markup\XamlParser.cs (69)
546if (BamlRecordWriter != null) 548BamlRecordWriter.WriteDocumentStart(XamlDocumentStartNode); 557if (BamlRecordWriter != null) 559BamlRecordWriter.WriteDocumentEnd(xamlEndDocumentNode); 568if (BamlRecordWriter != null) 570BamlRecordWriter.WriteElementStart(xamlElementStartNode); 606if (BamlRecordWriter != null) 608BamlRecordWriter.WriteElementEnd(xamlElementEndNode); 617if (BamlRecordWriter != null) 619BamlRecordWriter.WriteLiteralContent(xamlLiteralContentNode); 630if (BamlRecordWriter != null) 632BamlRecordWriter.WritePropertyComplexStart(xamlPropertyComplexStartNode); 644if (BamlRecordWriter != null) 646BamlRecordWriter.WritePropertyComplexEnd(xamlPropertyComplexEndNode); 656if (BamlRecordWriter != null) 658BamlRecordWriter.WriteKeyElementStart(xamlKeyElementStartNode); 668if (BamlRecordWriter != null) 670BamlRecordWriter.WriteKeyElementEnd(xamlKeyElementEndNode); 700if (BamlRecordWriter != null) 702BamlRecordWriter.WriteProperty(xamlPropertyNode); 708if (BamlRecordWriter != null) 710BamlRecordWriter.BaseWriteProperty(xamlPropertyNode); 727if (BamlRecordWriter != null) 737BamlRecordWriter.WritePropertyWithType(xamlPropertyNode); 743if (BamlRecordWriter != null) 745BamlRecordWriter.WritePropertyWithExtension(xamlPropertyWithExtensionNode); 755if (BamlRecordWriter != null) 757BamlRecordWriter.WriteText(xamlTextNode); 767if (BamlRecordWriter != null) 769BamlRecordWriter.WriteNamespacePrefix(xamlXmlnsPropertyNode); 788if (BamlRecordWriter != null) 790BamlRecordWriter.WritePIMapping(xamlPIMappingNode); 809else if (BamlRecordWriter != null) 811BamlRecordWriter.WriteClrEvent(xamlClrEventNode); 820if (BamlRecordWriter != null) 822BamlRecordWriter.WritePropertyArrayStart(xamlPropertyArrayStartNode); 832if (BamlRecordWriter != null) 834BamlRecordWriter.WritePropertyArrayEnd(xamlPropertyArrayEndNode); 844if (BamlRecordWriter != null) 846BamlRecordWriter.WritePropertyIListStart(xamlPropertyIListStartNode); 856if (BamlRecordWriter != null) 858BamlRecordWriter.WritePropertyIListEnd(xamlPropertyIListEndNode); 867if (BamlRecordWriter != null) 869BamlRecordWriter.WritePropertyIDictionaryStart(xamlPropertyIDictionaryStartNode); 879if (BamlRecordWriter != null) 881BamlRecordWriter.WritePropertyIDictionaryEnd(xamlPropertyIDictionaryEndNode); 893if (BamlRecordWriter != null) 895BamlRecordWriter.WriteEndAttributes(xamlEndAttributesNode); 918if (BamlRecordWriter != null) 920BamlRecordWriter.WriteDefAttributeKeyType(xamlDefNode); 936if (BamlRecordWriter != null) 956if (BamlRecordWriter != null) 958BamlRecordWriter.WriteDefAttribute(xamlDefAttributeNode); 979if (BamlRecordWriter != null) 981BamlRecordWriter.WriteDefAttribute(xamlDefAttributeNode); 986if (BamlRecordWriter != null) 988BamlRecordWriter.WriteDefAttribute(xamlDefAttributeNode); 1008if (BamlRecordWriter != null) 1010BamlRecordWriter.WritePresentationOptionsAttribute(xamlPresentationOptionsAttributeNode); 1019if (BamlRecordWriter != null) 1021BamlRecordWriter.WriteConstructorParametersStart(xamlConstructorParametersStartNode); 1027if (BamlRecordWriter != null) 1029BamlRecordWriter.WriteContentProperty(xamlContentPropertyNode); 1040if (BamlRecordWriter != null) 1042BamlRecordWriter.WriteConstructorParameterType(xamlConstructorParameterTypeNode); 1051if (BamlRecordWriter != null) 1053BamlRecordWriter.WriteConstructorParametersEnd(xamlConstructorParametersEndNode); 1113if (BamlRecordWriter != null) 1115BamlRecordWriter.WriteConnectionId(connectionId);