3 references to Type
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
125
if (element.
Type
== typeof(Table))
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
183
return e.IsTextElement ? e.
Type
: null;
558
return e.IsTextElement ? e.
Type
: ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();