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