Bug fix: Min or Max Width/Height can have default Infinity value, if not set in WPF Window explicitly. It throws overflow exception in that case, trying to convert to int.
Changes are only in:
public override Size MaximumSize
public override Size MinimumSize
I don't know why it shows the entire file as changed.
Bug fix: Min or Max Width/Height can have default Infinity value, if not set in WPF Window explicitly. It throws overflow exception in that case, trying to convert to int.
Changes are only in:
I don't know why it shows the entire file as changed.