1 write to _elementType
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
432
_elementType
= elementType;
1 reference to _elementType
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
447
element = (TextElement)Activator.CreateInstance(
_elementType
);