5 references to TryWriteFrameworkObject
BinaryFormatTests (3)
FormatTests\FormattedObject\BinaryFormatWriterTests.cs (3)
41
bool success = BinaryFormatWriter.
TryWriteFrameworkObject
(stream, value);
100
BinaryFormatWriter.
TryWriteFrameworkObject
(stream, value).Should().BeTrue();
156
BinaryFormatWriter.
TryWriteFrameworkObject
(stream, value).Should().BeFalse();
PresentationFramework (1)
MS\Internal\DataStreams.cs (1)
126
success = BinaryFormatWriter.
TryWriteFrameworkObject
(byteStream, currentValue);
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
20
BinaryFormatWriter.
TryWriteFrameworkObject
(stream, value)