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