/// <summary>
/// Initializes a new instance of the
/// <see cref="T:Microsoft.Win32.OpenFileDialog"/> class.
/// </summary>
[SecurityCritical]
public OpenFileDialog()
{
this.Initialize();
}
/// <summary>
/// Initializes an instance of the
/// <see cref="T:System.Windows.Forms.OpenFileDialog"/> class.
///
/// </summary>
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public OpenFileDialog()
{
}