12 references to DebugId
PresentationFramework (12)
System\Windows\Documents\TextPointer.cs (1)
1489
return $"TextPointer Id={_debugId} NodeId={_node.
DebugId
} Edge={this.Edge}";
System\Windows\Documents\TextTreeDumper.cs (4)
83
Debug.Write($"<{GetFlatPrefix(node)}{node.
DebugId
}");
89
Debug.WriteLine($"</{GetFlatPrefix(node)}{node.
DebugId
}>");
174
Debug.Write($"<{GetFlatPrefix(node)}{node.
DebugId
}");
180
Debug.Write($"</{GetFlatPrefix(node)}{node.
DebugId
}>");
System\Windows\Documents\TextTreeFixupNode.cs (1)
67
return ("FixupNode Id=" + this.
DebugId
);
System\Windows\Documents\TextTreeObjectNode.cs (1)
48
return ("ObjectNode Id=" + this.
DebugId
+ " Object=" + _embeddedElement);
System\Windows\Documents\TextTreeRootNode.cs (1)
60
return ("RootNode Id=" + this.
DebugId
+ " SymbolCount=" + _symbolCount);
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
52
return ("RootTextBlock Id=" + this.
DebugId
);
System\Windows\Documents\TextTreeTextBlock.cs (1)
57
return ("TextTreeTextBlock Id=" + this.
DebugId
+ " Count=" + this.Count);
System\Windows\Documents\TextTreeTextElementNode.cs (1)
49
return ("TextElementNode Id=" + this.
DebugId
+ " SymbolCount=" + _symbolCount);
System\Windows\Documents\TextTreeTextNode.cs (1)
64
return ("TextNode Id=" + this.
DebugId
+ " SymbolCount=" + _symbolCount);