4 references to GetWinFormButtonPropertyValue
Microsoft.VisualStudio.LanguageServices.IntegrationTests (4)
CSharp\CSharpWinForms.cs (2)
69
var actualPropertyValue = VisualStudio.Editor.
GetWinFormButtonPropertyValue
(buttonName: "SomeButton", propertyName: "Text");
84
actualPropertyValue = VisualStudio.Editor.
GetWinFormButtonPropertyValue
(buttonName: "SomeButton", propertyName: "Text");
VisualBasic\BasicWinForms.cs (2)
96
var actualPropertyValue = VisualStudio.Editor.
GetWinFormButtonPropertyValue
(buttonName: "SomeButton", propertyName: "Text");
111
actualPropertyValue = VisualStudio.Editor.
GetWinFormButtonPropertyValue
(buttonName: "SomeButton", propertyName: "Text");