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