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