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