1 write to _type
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
33
_type
= elementNode.TextElement.GetType();
1 reference to _type
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
69
element = (TextElement)Activator.CreateInstance(
_type
);