5 references to Type
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (1)
480
String typeString = fixedElement.
Type
.ToString();
System\Windows\Documents\FixedSOMTable.cs (1)
119
if (element.
Type
== typeof(Table))
System\Windows\Documents\FixedTextBuilder.cs (1)
1578
XmlElement newDumpNode = _dumpDoc.CreateElement(element.
Type
.Name);
System\Windows\Documents\FixedTextPointer.cs (2)
174
return e.IsTextElement ? e.
Type
: null;
540
return e.IsTextElement ? e.
Type
: ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();