1 write to _xml
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
367
_xml
= xml;
2 references to _xml
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
390
if (
_xml
!= null)
394
embeddedObject = (DependencyObject)XamlReader.Load(new XmlTextReader(new StringReader(
_xml
)));