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