3 references to ContentProperty
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
902get { return GetValue(ContentProperty); } 903set { SetValue(ContentProperty, value); } 927SetBinding(ContentProperty, binding);