'宣言 Protected Overridable Function SupportsSelection( _ ByVal element As UIElement, _ ByVal mouseDownEventArgs As MouseEventArgs _ ) As Boolean
protected virtual bool SupportsSelection( UIElement element, MouseEventArgs mouseDownEventArgs )
関連付けられたコントロールが MouseDown を受け取る時に、このメソッドはフレームワークによって呼び出されます。左マウス ボタンが押された場合、デフォルトの実装は True を返します。