5 references to _title
PresentationFramework (5)
src\Framework\Microsoft\Win32\FileDialog.cs (5)
605
return
_title
.Value == null ? String.Empty :
_title
.Value;
612
_title
.Value = value;
1055
ofn.lpstrTitle =
_title
.Value;
1531
_title
.Value = null;