3 instantiations of XamlThickness
PresentationFramework (3)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
3189XamlThickness thickness = new XamlThickness(0f, 0f, 0f, 0f); 3202XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3225XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f);
4 references to XamlThickness
PresentationFramework (4)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
3189XamlThickness thickness = new XamlThickness(0f, 0f, 0f, 0f); 3202XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3225XamlThickness t = new XamlThickness(0f, 0f, 0f, 0f); 3818internal static bool ConvertToThickness(ConverterState converterState, string thickness, ref XamlThickness xthickness)