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