2 references to LineType
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (2)
864
if (oldLine.GetType() == newLineInfo.
LineType
)
880
Debug.Assert(newLine.GetType() == newLineInfo.
LineType
);