15 references to MaxLengthNameProperty
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (3)
212StringBuilder sb = new StringBuilder(MaxLengthNameProperty); 214int result = NativeMethodsSetLastError.GetWindowText(label, sb, MaxLengthNameProperty); 1153return ProxyGetText(hwnd, MaxLengthNameProperty);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (2)
154if (XSendMessage.XSend(hwnd, WM_GETCONTROLNAME, new IntPtr(Misc.MaxLengthNameProperty), ref winFormsID, Misc.MaxLengthNameProperty))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1383item.cchTextMax = Misc.MaxLengthNameProperty;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
99group.cchHeader = Misc.MaxLengthNameProperty; 110group.cchHeader = Misc.MaxLengthNameProperty;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
108group.cchSubsetTitle= Misc.MaxLengthNameProperty;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (2)
110return name.Length < Misc.MaxLengthNameProperty ? name : name.Substring(0, Misc.MaxLengthNameProperty);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
199return name.Length < Misc.MaxLengthNameProperty ? name : name.Substring(0, Misc.MaxLengthNameProperty);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1344tcitem.cchTextMax = Misc.MaxLengthNameProperty;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
584treeItem.cchTextMax = Misc.MaxLengthNameProperty;