3 instantiations of XamlThickness
PresentationFramework (3)
System\Windows\Documents\XamlToRtfWriter.cs (3)
3181XamlThickness thickness = new XamlThickness(0f, 0f, 0f, 0f); 3194XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3217XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f);
4 references to XamlThickness
PresentationFramework (4)
System\Windows\Documents\XamlToRtfWriter.cs (4)
3181XamlThickness thickness = new XamlThickness(0f, 0f, 0f, 0f); 3194XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3217XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3809internal static bool ConvertToThickness(ConverterState converterState, ReadOnlySpan<char> thickness, ref XamlThickness xthickness)