26 instantiations of CHARFORMAT2W
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
817CHARFORMAT2W cf = new() 909CHARFORMAT2W cf2 = new() 2130CHARFORMAT2W cf = new() 2704CHARFORMAT2W cf = new() 2758CHARFORMAT2W charFormat = new()
System.Windows.Forms.Tests (19)
System\Windows\Forms\RichTextBoxTests.cs (19)
1598var format = new CHARFORMAT2W 1620var format1 = new CHARFORMAT2W 1748var format = new CHARFORMAT2W 1763var format = new CHARFORMAT2W 1772format = new CHARFORMAT2W 3857GetCharFormatResult = new CHARFORMAT2W 3877GetCharFormatResult = new CHARFORMAT2W 3974var format = new CHARFORMAT2W 4341GetCharFormatResult = new CHARFORMAT2W 4430var format = new CHARFORMAT2W 4531GetCharFormatResult = new CHARFORMAT2W 4619var format = new CHARFORMAT2W 4736var result = new CHARFORMAT2W 4778var result = new CHARFORMAT2W 4933var format = new CHARFORMAT2W 5648GetCharFormatResult = new CHARFORMAT2W 5742var format = new CHARFORMAT2W 10221var format = new CHARFORMAT2W 10457var format = new CHARFORMAT2W
System.Windows.Forms.UI.IntegrationTests (1)
RichTextBoxTests.cs (1)
199var format = new Richedit.CHARFORMAT2W
WinFormsControlsTest (1)
RichTextBoxes.cs (1)
43var format = new Interop.Richedit.CHARFORMAT2W
53 references to CHARFORMAT2W
System.Windows.Forms (21)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (21)
808CHARFORMAT2W cf = GetCharFormat(true); 817CHARFORMAT2W cf = new() 819cbSize = (uint)sizeof(CHARFORMAT2W), 847CHARFORMAT2W cf = GetCharFormat(true); 859CHARFORMAT2W cf = GetCharFormat(true); 884CHARFORMAT2W cf2 = GetCharFormat(true); 909CHARFORMAT2W cf2 = new() 911cbSize = (uint)sizeof(CHARFORMAT2W) 2115CHARFORMAT2W cf = GetCharFormat(false); 2128private unsafe CHARFORMAT2W GetCharFormat(bool fSelection) 2130CHARFORMAT2W cf = new() 2132cbSize = (uint)sizeof(CHARFORMAT2W) 2146CHARFORMAT2W cf = GetCharFormat(true); 2165CHARFORMAT2W cf = GetCharFormat(selectionOnly); 2704CHARFORMAT2W cf = new() 2706cbSize = (uint)sizeof(CHARFORMAT2W), 2723private bool SetCharFormat(uint charRange, CHARFORMAT2W cf) 2758CHARFORMAT2W charFormat = new() 2760cbSize = (uint)sizeof(CHARFORMAT2W), 3331CHARFORMAT2W* charFormat = (CHARFORMAT2W*)enprotected.lParam;
System.Windows.Forms.Primitives.Tests (2)
Interop\Richedit\CHARFORMAT2WTests.cs (2)
14Assert.Equal(116, sizeof(CHARFORMAT2W)); 20CHARFORMAT2W charFormat = default;
System.Windows.Forms.Tests (26)
System\Windows\Forms\RichTextBoxTests.cs (26)
1598var format = new CHARFORMAT2W 1600cbSize = (uint)sizeof(CHARFORMAT2W), 1620var format1 = new CHARFORMAT2W 1622cbSize = (uint)sizeof(CHARFORMAT2W), 1748var format = new CHARFORMAT2W 1750cbSize = (uint)sizeof(CHARFORMAT2W) 1763var format = new CHARFORMAT2W 1765cbSize = (uint)sizeof(CHARFORMAT2W) 1774cbSize = (uint)sizeof(CHARFORMAT2W) 3974var format = new CHARFORMAT2W 3976cbSize = (uint)sizeof(CHARFORMAT2W) 4430var format = new CHARFORMAT2W 4432cbSize = (uint)sizeof(CHARFORMAT2W) 4619var format = new CHARFORMAT2W 4621cbSize = (uint)sizeof(CHARFORMAT2W) 4736var result = new CHARFORMAT2W 4778var result = new CHARFORMAT2W 4933var format = new CHARFORMAT2W 4935cbSize = (uint)sizeof(CHARFORMAT2W), 5742var format = new CHARFORMAT2W 5744cbSize = (uint)sizeof(CHARFORMAT2W), 10221var format = new CHARFORMAT2W 10457var format = new CHARFORMAT2W 10899public CHARFORMAT2W GetCharFormatResult { get; set; } 10905CHARFORMAT2W* format = (CHARFORMAT2W*)m.LParam;
System.Windows.Forms.UI.IntegrationTests (2)
RichTextBoxTests.cs (2)
199var format = new Richedit.CHARFORMAT2W 201cbSize = (uint)sizeof(Richedit.CHARFORMAT2W),
WinFormsControlsTest (2)
RichTextBoxes.cs (2)
43var format = new Interop.Richedit.CHARFORMAT2W 45cbSize = (uint)sizeof(Interop.Richedit.CHARFORMAT2W),