1 write to _testHook_RecentSnapLines
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
158set => _testHook_RecentSnapLines = value;
2 references to _testHook_RecentSnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
752if (_testHook_RecentSnapLines is not null) 754snapLineInfo = string.Join(Environment.NewLine, _testHook_RecentSnapLines) + Environment.NewLine;