7 references to IsKnownType
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (5)
293else if (TextSchema.IsKnownType(firstInline.GetType()) && TextSchema.IsKnownType(secondInline.GetType()) && 329TextSchema.IsKnownType(inline.Parent.GetType()) && 432else if (parent is Span && TextSchema.IsKnownType(parent.GetType())) 2022if (TextSchema.IsMergeableInline(topmostSpan.GetType()) && TextSchema.IsKnownType(topmostSpan.GetType()) && !HasWriteableLocalPropertyValues(topmostSpan))
System\Windows\Documents\TextRangeSerialization.cs (2)
565bool customTextElement = preserveTextElements && !TextSchema.IsKnownType(elementType); 971!TextSchema.IsKnownType(locallySetProperty.OwnerType))