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