8 overrides of ConvertStringToCustomBinary
PresentationFramework (8)
src\Framework\System\Windows\Markup\XamlBrushSerializer.cs (1)
74
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
71
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlGridLengthSerializer.cs (1)
72
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
91
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlPathDataSerializer.cs (1)
61
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlPoint3DCollectionSerializer.cs (1)
69
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlPointCollectionSerializer.cs (1)
69
public override bool
ConvertStringToCustomBinary
(
src\Framework\System\Windows\Markup\XamlVector3DCollectionSerializer.cs (1)
69
public override bool
ConvertStringToCustomBinary
(
6 references to ConvertStringToCustomBinary
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecords.cs (6)
2647
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);
2657
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);
2667
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);
2677
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);
2687
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);
2697
converted = serializer.
ConvertStringToCustomBinary
(bamlBinaryWriter, Value);