1 write to _borderTypeRegistry
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
228
_borderTypeRegistry
= new BorderTypeRegistry();
19 references to _borderTypeRegistry
System.Windows.Forms.DataVisualization (19)
WinForm\ChartWinControl.cs (19)
244
serviceContainer.AddService(
_borderTypeRegistry
.GetType(),
_borderTypeRegistry
);// Border types registry
325
_borderTypeRegistry
.Register("Emboss", typeof(EmbossBorder));
326
_borderTypeRegistry
.Register("Raised", typeof(RaisedBorder));
327
_borderTypeRegistry
.Register("Sunken", typeof(SunkenBorder));
328
_borderTypeRegistry
.Register("FrameThin1", typeof(FrameThin1Border));
329
_borderTypeRegistry
.Register("FrameThin2", typeof(FrameThin2Border));
330
_borderTypeRegistry
.Register("FrameThin3", typeof(FrameThin3Border));
331
_borderTypeRegistry
.Register("FrameThin4", typeof(FrameThin4Border));
332
_borderTypeRegistry
.Register("FrameThin5", typeof(FrameThin5Border));
333
_borderTypeRegistry
.Register("FrameThin6", typeof(FrameThin6Border));
334
_borderTypeRegistry
.Register("FrameTitle1", typeof(FrameTitle1Border));
335
_borderTypeRegistry
.Register("FrameTitle2", typeof(FrameTitle2Border));
336
_borderTypeRegistry
.Register("FrameTitle3", typeof(FrameTitle3Border));
337
_borderTypeRegistry
.Register("FrameTitle4", typeof(FrameTitle4Border));
338
_borderTypeRegistry
.Register("FrameTitle5", typeof(FrameTitle5Border));
339
_borderTypeRegistry
.Register("FrameTitle6", typeof(FrameTitle6Border));
340
_borderTypeRegistry
.Register("FrameTitle7", typeof(FrameTitle7Border));
341
_borderTypeRegistry
.Register("FrameTitle8", typeof(FrameTitle8Border));