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