9 references to BorderFormat
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
2013BorderLeft = new BorderFormat(pb.BorderLeft); 2014BorderTop = new BorderFormat(pb.BorderTop); 2015BorderRight = new BorderFormat(pb.BorderRight); 2016BorderBottom = new BorderFormat(pb.BorderBottom); 2017BorderAll = new BorderFormat(pb.BorderAll); 2332BorderLeft = new BorderFormat(cf.BorderLeft); 2333BorderRight = new BorderFormat(cf.BorderRight); 2334BorderBottom = new BorderFormat(cf.BorderBottom); 2335BorderTop = new BorderFormat(cf.BorderTop);