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