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