4 references to IsValidChild
PresentationFramework (4)
System\Windows\Documents\TextPointerBase.cs (2)
182
if (TextSchema.
IsValidChild
(/*position*/backwardPosition, /*childType*/typeof(Run)))
1308
else if (TextSchema.
IsValidChild
(/*position*/position, /*childType*/typeof(string)))
System\Windows\Documents\TextRangeBase.cs (1)
1360
TextSchema.
IsValidChild
(/*position*/insertPosition, /*childType*/typeof(Block)) &&
System\Windows\Documents\TextSchema.cs (1)
92
return
IsValidChild
(position, typeof(string));