1 write to CloseInput
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
34
CloseInput
= settings.CloseInput;
4 references to CloseInput
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (3)
89
bool closeInput = (settings is null) ? true : settings.
CloseInput
;
123
bool closeInput = (settings is not null) && settings.
CloseInput
;
157
bool closeInput = (settings is not null) && settings.
CloseInput
;
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
34
CloseInput = settings.
CloseInput
;