/[dotgnu-pnet]/pnetlib/System.Windows.Forms/Control.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/Control.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.94 by ktreichel, Tue Aug 23 14:22:40 2005 UTC revision 1.95 by t3rmin4t0r, Thu Sep 1 07:25:57 2005 UTC
# Line 98  public class Control : IWin32Window, IDi Line 98  public class Control : IWin32Window, IDi
98          private Cursor cursor;          private Cursor cursor;
99          private IToolkitWindowBuffer buffer;          private IToolkitWindowBuffer buffer;
100          private ControlBindingsCollection controlBindingsCollection;          private ControlBindingsCollection controlBindingsCollection;
101            private ControlCollection controlCollection;
102          private Timer hoverTimer;          private Timer hoverTimer;
103    
104    
# Line 846  public class Control : IWin32Window, IDi Line 847  public class Control : IWin32Window, IDi
847                          {                          {
848                                  get                                  get
849                                  {                                  {
850                                          return CreateControlsInstance();                                          if(controlCollection == null)
851                                            {
852                                                    controlCollection = CreateControlsInstance();
853                                            }
854                                            return controlCollection;
855                                  }                                  }
856                          }                          }
857  #if CONFIG_COMPONENT_MODEL  #if CONFIG_COMPONENT_MODEL

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26