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