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