4 types derived from XmlTextWriter
SMDiagnostics (1)
System.Activities.Presentation (1)
System.Data (1)
System.Xml (1)
90 instantiations of XmlTextWriter
PresentationBuildTasks (2)
PresentationFramework (8)
System.Configuration (1)
System.Data (37)
System.IdentityModel (1)
System.ServiceModel (8)
System.ServiceModel.Internals (5)
System.Transactions (1)
System.Web (2)
System.Web.DataVisualization (1)
System.Web.Extensions (1)
System.Web.Services (5)
System.Windows.Forms (3)
System.Windows.Forms.DataVisualization (1)
System.Workflow.ComponentModel (1)
System.Workflow.Runtime (1)
System.Xml (5)
WindowsBase (7)
156 references to XmlTextWriter
PresentationBuildTasks (2)
PresentationFramework (48)
src\Framework\MS\Internal\LayoutDump.cs (35)
50XmlTextWriter writer = new XmlTextWriter(stringWriter);
70internal static void DumpLayoutAndVisualTree(XmlTextWriter writer, string tagName, Visual root)
110XmlTextWriter writer = new XmlTextWriter(stringWriter);
130internal static void DumpLayoutTree(XmlTextWriter writer, string tagName, UIElement root)
172internal delegate bool DumpCustomUIElement(XmlTextWriter writer, UIElement element, bool uiElementsOnly);
177internal delegate void DumpCustomDocumentPage(XmlTextWriter writer, DocumentPage page);
202internal static void DumpVisual(XmlTextWriter writer, Visual visual, Visual parent)
245private static void DumpUIElement(XmlTextWriter writer, UIElement element, Visual parent, bool uiElementsOnly)
299internal static void DumpDocumentPage(XmlTextWriter writer, DocumentPage page, Visual parent)
337private static void DumpVisualChildren(XmlTextWriter writer, string tagName, Visual visualParent)
359internal static void DumpUIElementChildren(XmlTextWriter writer, string tagName, Visual visualParent)
383internal static void DumpPoint(XmlTextWriter writer, string tagName, Point point)
394internal static void DumpSize(XmlTextWriter writer, string tagName, Size size)
405internal static void DumpRect(XmlTextWriter writer, string tagName, Rect rect)
466private static bool DumpDocumentPageView(XmlTextWriter writer, UIElement element, bool uiElementsOnly)
482private static bool DumpText(XmlTextWriter writer, UIElement element, bool uiElementsOnly)
515private static bool DumpFlowDocumentScrollViewer(XmlTextWriter writer, UIElement element, bool uiElementsOnly)
541private static bool DumpFlowDocumentView(XmlTextWriter writer, UIElement element, bool uiElementsOnly)
581private static void DumpFlowDocumentPage(XmlTextWriter writer, DocumentPage page)
602private static void DumpTextRange(XmlTextWriter writer, string content)
616private static void DumpTextRange(XmlTextWriter writer, ITextPointer start, ITextPointer end)
630private static void DumpLineRange(XmlTextWriter writer, int cpStart, int cpEnd, int cpContentEnd, int cpEllipses)
649private static void DumpLineResults(XmlTextWriter writer, ReadOnlyCollection<LineResult> lines, Visual visualParent)
690private static void DumpParagraphResults(XmlTextWriter writer, string tagName, ReadOnlyCollection<ParagraphResult> paragraphs, Visual visualParent)
738private static void DumpTextParagraphResult(XmlTextWriter writer, TextParagraphResult paragraph, Visual visualParent)
760private static void DumpContainerParagraphResult(XmlTextWriter writer, ContainerParagraphResult paragraph, Visual visualParent)
778private static void DumpFloaterParagraphResult(XmlTextWriter writer, FloaterParagraphResult paragraph, Visual visualParent)
796private static void DumpUIElementParagraphResult(XmlTextWriter writer, UIElementParagraphResult paragraph, Visual visualParent)
813private static void DumpFigureParagraphResult(XmlTextWriter writer, FigureParagraphResult paragraph, Visual visualParent)
831private static void DumpTableParagraphResult(XmlTextWriter writer, TableParagraphResult paragraph, Visual visualParent)
860private static void DumpSubpageParagraphResult(XmlTextWriter writer, SubpageParagraphResult paragraph, Visual visualParent)
878private static void DumpColumnResults(XmlTextWriter writer, ReadOnlyCollection<ColumnResult> columns, Visual visualParent)
904private static Visual DumpParagraphOffset(XmlTextWriter writer, ParagraphResult paragraph, Visual visualParent)
932private static void DumpTableCalculatedMetrics(XmlTextWriter writer, object element)
949private static void DumpTableCell(XmlTextWriter writer, ParagraphResult paragraph, Visual cellVisual, Visual tableVisual)
System.Configuration (1)
System.Data (41)
System.IdentityModel (1)
System.ServiceModel (6)
System.ServiceModel.Internals (8)
System.ServiceModel.Web (1)
System.Transactions (1)
System.Web (2)
System.Web.DataVisualization (1)
System.Web.Extensions (1)
System.Web.Services (4)
System.Windows.Forms (1)
System.Windows.Forms.DataVisualization (1)
System.Workflow.ComponentModel (1)
System.Workflow.Runtime (17)
Tracking\TrackingProfileSerializer.cs (17)
872XmlTextWriter xmlWriter = new XmlTextWriter(writer);
882private void Write(TrackingProfile profile, XmlTextWriter writer)
910private void WriteTrackPoints(TrackingProfile profile, XmlTextWriter writer)
958private void WriteActivityTrackPoint(ActivityTrackPoint point, XmlTextWriter writer)
1012private void WriteWorkflowTrackPoint(WorkflowTrackPoint point, XmlTextWriter writer)
1029private void WriteUserTrackPoint(UserTrackPoint point, XmlTextWriter writer)
1088private void WriteActivityTrackingLocation(ActivityTrackingLocation loc, XmlTextWriter writer)
1116private void WriteUserTrackingLocation(UserTrackingLocation loc, XmlTextWriter writer)
1160private void WriteWorkflowTrackingLocation(WorkflowTrackingLocation loc, XmlTextWriter writer)
1180private void WriteExtracts(ExtractCollection extracts, XmlTextWriter writer)
1196private void WriteExtract(TrackingExtract extract, XmlTextWriter writer)
1217private void WriteConditions(TrackingConditionCollection conditions, XmlTextWriter writer)
1233private void WriteCondition(TrackingCondition condition, XmlTextWriter writer)
1262private void WriteAnnotations(TrackingAnnotationCollection annotations, XmlTextWriter writer)
1285private void WriteEvents(IList<ActivityExecutionStatus> events, XmlTextWriter writer)
1315private void WriteWorkflowEvents(IList<TrackingWorkflowEvent> events, XmlTextWriter writer)
1347private void InitWriter(XmlTextWriter writer)
System.Xml (12)
System.Xml.Linq (2)
WindowsBase (5)