9 references to BorderFormat
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2056BorderLeft = new BorderFormat(pb.BorderLeft); 2057BorderTop = new BorderFormat(pb.BorderTop); 2058BorderRight = new BorderFormat(pb.BorderRight); 2059BorderBottom = new BorderFormat(pb.BorderBottom); 2060BorderAll = new BorderFormat(pb.BorderAll); 2377BorderLeft = new BorderFormat(cf.BorderLeft); 2378BorderRight = new BorderFormat(cf.BorderRight); 2379BorderBottom = new BorderFormat(cf.BorderBottom); 2380BorderTop = new BorderFormat(cf.BorderTop);