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