23 writes to pszText
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2157tcitem.pszText = pText;
System.Windows.Forms.Tests (22)
System\Windows\Forms\TabControl.ControlCollectionTests.cs (4)
775item.pszText = buffer; 843item.pszText = buffer; 1487item.pszText = buffer; 1545item.pszText = buffer;
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (8)
781item.pszText = buffer; 851item.pszText = buffer; 2807item.pszText = buffer; 2875item.pszText = buffer; 3562item.pszText = buffer; 3634item.pszText = buffer; 4607item.pszText = buffer; 4667item.pszText = buffer;
System\Windows\Forms\TabControlTests.cs (2)
1063item.pszText = buffer; 4938item.pszText = buffer;
System\Windows\Forms\TabPageTests.cs (8)
1392item.pszText = buffer; 1459item.pszText = buffer; 1767item.pszText = buffer; 1831item.pszText = buffer; 3023item.pszText = buffer; 3090item.pszText = buffer; 3396item.pszText = buffer; 3460item.pszText = buffer;
62 references to pszText
System.Windows.Forms.Tests (62)
System\Windows\Forms\TabControl.ControlCollectionTests.cs (10)
784Assert.Empty(new string(item.pszText)); 792Assert.Equal(expectedText, new string(item.pszText)); 800Assert.Empty(new string(item.pszText)); 852Assert.Empty(new string(item.pszText)); 860Assert.Equal(expectedText, new string(item.pszText)); 868Assert.Empty(new string(item.pszText)); 1496Assert.Empty(new string(item.pszText)); 1504Assert.Empty(new string(item.pszText)); 1554Assert.Empty(new string(item.pszText)); 1562Assert.Empty(new string(item.pszText));
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (22)
790Assert.Empty(new string(item.pszText)); 798Assert.Equal(expectedText, new string(item.pszText)); 806Assert.Empty(new string(item.pszText)); 860Assert.Empty(new string(item.pszText)); 868Assert.Equal(expectedText, new string(item.pszText)); 876Assert.Empty(new string(item.pszText)); 2816Assert.Empty(new string(item.pszText)); 2824Assert.Equal(expectedText, new string(item.pszText)); 2832Assert.Empty(new string(item.pszText)); 2884Assert.Empty(new string(item.pszText)); 2892Assert.Equal(expectedText, new string(item.pszText)); 2900Assert.Empty(new string(item.pszText)); 3571Assert.Empty(new string(item.pszText)); 3579Assert.Equal(expectedText, new string(item.pszText)); 3587Assert.Empty(new string(item.pszText)); 3643Assert.Empty(new string(item.pszText)); 3651Assert.Equal(expectedText, new string(item.pszText)); 3659Assert.Empty(new string(item.pszText)); 4616Assert.Empty(new string(item.pszText)); 4624Assert.Empty(new string(item.pszText)); 4676Assert.Empty(new string(item.pszText)); 4684Assert.Empty(new string(item.pszText));
System\Windows\Forms\TabControlTests.cs (6)
1072Assert.Empty(new string(item.pszText)); 1080Assert.Equal(expectedText, new string(item.pszText)); 1088Assert.Empty(new string(item.pszText)); 4947Assert.Empty(new string(item.pszText)); 4955Assert.Equal(expectedText, new string(item.pszText)); 4963Assert.Empty(new string(item.pszText));
System\Windows\Forms\TabPageTests.cs (24)
1401Assert.Empty(new string(item.pszText)); 1409Assert.Equal("Text", new string(item.pszText)); 1417Assert.Empty(new string(item.pszText)); 1468Assert.Empty(new string(item.pszText)); 1476Assert.Equal("Text", new string(item.pszText)); 1484Assert.Empty(new string(item.pszText)); 1776Assert.Empty(new string(item.pszText)); 1784Assert.Equal("Text", new string(item.pszText)); 1792Assert.Empty(new string(item.pszText)); 1840Assert.Empty(new string(item.pszText)); 1848Assert.Equal("Text", new string(item.pszText)); 1856Assert.Empty(new string(item.pszText)); 3032Assert.Empty(new string(item.pszText)); 3040Assert.Equal(expectedText, new string(item.pszText)); 3048Assert.Empty(new string(item.pszText)); 3099Assert.Empty(new string(item.pszText)); 3107Assert.Equal(expectedText, new string(item.pszText)); 3115Assert.Empty(new string(item.pszText)); 3405Assert.Empty(new string(item.pszText)); 3413Assert.Equal("Text", new string(item.pszText)); 3421Assert.Empty(new string(item.pszText)); 3469Assert.Empty(new string(item.pszText)); 3477Assert.Equal("Text", new string(item.pszText)); 3485Assert.Empty(new string(item.pszText));