2 references to CanUserResizeRows
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridRowHeader.cs (2)
647
dataGrid.
CanUserResizeRows
&& dataGrid.Items.Count > 1 &&
664
if (dataGrid != null && dataGrid.
CanUserResizeRows
)