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