2 references to TextWrappingProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
389get { return (TextWrapping) GetValue(TextWrappingProperty); } 390set { SetValue(TextWrappingProperty, value); }