2 writes to _title
PresentationFramework (2)
Microsoft\Win32\CommonItemDialog.cs (2)
226
_title
= value;
553
_title
= null;
2 references to _title
PresentationFramework (2)
Microsoft\Win32\CommonItemDialog.cs (2)
221
return
_title
== null ? String.Empty :
_title
;