15 references to MaxLengthNameProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (3)
220
StringBuilder sb = new StringBuilder(
MaxLengthNameProperty
);
222
int result = NativeMethodsSetLastError.GetWindowText(label, sb,
MaxLengthNameProperty
);
1163
return ProxyGetText(hwnd,
MaxLengthNameProperty
);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (2)
159
if (XSendMessage.XSend(hwnd, WM_GETCONTROLNAME, new IntPtr(Misc.
MaxLengthNameProperty
), ref winFormsID, Misc.
MaxLengthNameProperty
))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1390
item.cchTextMax = Misc.
MaxLengthNameProperty
;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
102
group.cchHeader = Misc.
MaxLengthNameProperty
;
113
group.cchHeader = Misc.
MaxLengthNameProperty
;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
108
group.cchSubsetTitle= Misc.
MaxLengthNameProperty
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (2)
113
return name.Length < Misc.
MaxLengthNameProperty
? name : name.Substring(0, Misc.
MaxLengthNameProperty
);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
201
return name.Length < Misc.
MaxLengthNameProperty
? name : name.Substring(0, Misc.
MaxLengthNameProperty
);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1352
tcitem.cchTextMax = Misc.
MaxLengthNameProperty
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
591
treeItem.cchTextMax = Misc.
MaxLengthNameProperty
;