2 references to TextBoxWidthProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
606
get { return (double)GetValue(
TextBoxWidthProperty
); }
607
set { SetValue(
TextBoxWidthProperty
, value); }