3 writes to style
System.Windows.Forms (3)
misc\GDI\WindowsPen.cs (3)
86
this.
style
= style;
100
this.
style
= style;
116
this.
style
|= WindowsPenStyle.Geometric | WindowsPenStyle.Solid;
5 references to style
System.Windows.Forms (5)
misc\GDI\WindowsPen.cs (5)
121
this.nativeHandle = IntSafeNativeMethods.CreatePen((int) this.
style
, this.width, ColorTranslator.ToWin32(this.color) );
132
this.nativeHandle = IntSafeNativeMethods.ExtCreatePen((int)this.
style
, this.width, lb, 0, null );
141
new WindowsPen(this.dc, this.
style
, this.width, (WindowsBrush) this.wndBrush.Clone()) :
142
new WindowsPen(this.dc, this.
style
, this.width, this.color);
194
this.
style
,