バージョン

KeepContentInLogicalTree プロパティ

CellControlBase の Content を要素の論理子になることが可能かどうかを決定します。
シンタックス
'宣言
 
Public Shared Property KeepContentInLogicalTree As Boolean
public static bool KeepContentInLogicalTree {get; set;}
解説

デフォルトで、ContentControl の Content は ContentControl の論理子になります。デフォルトで、CellControlBase がこれをオーバーライドし、Content を論理子になることを無効にします。継承プロパティがビジュアル ツリーで設定し、Foreground などのプロパティが ControlTemplate (VSM を使用するなどで) に変更できます。ただし、(メイン アプリケーションの静的コンストラクターなどで) CellControlBase インスタンスの作成の前にこのプロパティを True に設定すると、ContentControl のデフォルト動作を許可します。

参照