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