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