4 references to IsValidChild
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextPointerBase.cs (2)
184
if (TextSchema.
IsValidChild
(/*position*/backwardPosition, /*childType*/typeof(Run)))
1313
else if (TextSchema.
IsValidChild
(/*position*/position, /*childType*/typeof(string)))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1374
TextSchema.
IsValidChild
(/*position*/insertPosition, /*childType*/typeof(Block)) &&
src\Framework\System\Windows\Documents\TextSchema.cs (1)
94
return
IsValidChild
(position, typeof(string));