1 write to CloseInput
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
36
CloseInput
= settings.CloseInput;
4 references to CloseInput
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (3)
91
bool closeInput = (settings == null) ? true : settings.
CloseInput
;
125
bool closeInput = (settings != null) && settings.
CloseInput
;
159
bool closeInput = (settings != null) && settings.
CloseInput
;
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
36
CloseInput = settings.
CloseInput
;