'宣言 Protected Overridable Function ShouldRenderChild( _ ByVal child As UIElement _ ) As Boolean
protected virtual bool ShouldRenderChild( UIElement child )
継承クラスでは、基本実装を呼び出してその呼び出しの結果と独自のカスタム処理の結果の論理 AND 演算を行うようにします。こうすることで、基本クラスによるこの子 UIElement の null(Visual Basic .NET では Nothing)チェックがオーバーライドされるため、NullReferenceException が発生しなくなります。
UIElement クラス UIElement メンバ