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