3 references to GetStandardElementType
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
551Type elementTypeStandardized = TextSchema.GetStandardElementType(elementType, reduceElement); 569elementTypeStandardized = TextSchema.GetStandardElementType(elementType, /*reduceElement:*/true); 1145Type elementTypeStandardized = TextSchema.GetStandardElementType(element.GetType(), reduceElement);