9 references to BorderFormat
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
2015BorderLeft = new BorderFormat(pb.BorderLeft); 2016BorderTop = new BorderFormat(pb.BorderTop); 2017BorderRight = new BorderFormat(pb.BorderRight); 2018BorderBottom = new BorderFormat(pb.BorderBottom); 2019BorderAll = new BorderFormat(pb.BorderAll); 2334BorderLeft = new BorderFormat(cf.BorderLeft); 2335BorderRight = new BorderFormat(cf.BorderRight); 2336BorderBottom = new BorderFormat(cf.BorderBottom); 2337BorderTop = new BorderFormat(cf.BorderTop);