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