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