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