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