19 references to UTF8Encoding
mscorlib (1)
system\io\binaryreader.cs (1)
45public BinaryReader(Stream input) : this(input, new UTF8Encoding(), false) {
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (3)
150UTF8Encoding utf8Encoding = new UTF8Encoding(); 302UTF8Encoding utf8Encoding = new UTF8Encoding(); 351UTF8Encoding utf8Encoding = new UTF8Encoding();
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
71_bamlBinaryWriter = new BamlBinaryWriter(stream,new System.Text.UTF8Encoding());
PresentationCore (2)
Core\CSharp\System\Windows\DataObject.cs (2)
2342utf8Encoding = new UTF8Encoding(); 3613UTF8Encoding utf8Encoding = new UTF8Encoding();
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
306UTF8Encoding encoding = new UTF8Encoding();
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5482_binaryReader = new BamlBinaryReader(BamlStream, new System.Text.UTF8Encoding());
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
71_bamlBinaryWriter = new BamlBinaryWriter(stream,new System.Text.UTF8Encoding());
System.IdentityModel (3)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
359bytes = new UTF8Encoding().GetBytes(reader.ReadContentAsString()); 399writer.WriteString(new UTF8Encoding().GetString(keyIdentifier, 0, keyIdentifier.Length)); 448writer.WriteString(new UTF8Encoding().GetString(keyIdentifier, 0, keyIdentifier.Length));
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (1)
367UTF8Encoding utf8 = new UTF8Encoding();
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
692byte[] inputBytes = new UTF8Encoding().GetBytes(inputString);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
827UTF8Encoding utf8 = new UTF8Encoding();
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
303string commentString = new UTF8Encoding().GetString(memoryStream.GetBuffer(), 0, (int)memoryStream.Length);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
1136System.Text.UTF8Encoding encoding = new System.Text.UTF8Encoding();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (1)
161private UTF8Encoding _utf8Encoding = new UTF8Encoding();