6 writes to PathToMatch
System.Web (6)
UI\WebParts\PersonalizationAdministration.cs (5)
198stateQuery.PathToMatch = pathToMatch; 226stateQuery.PathToMatch = pathToMatch; 280stateQuery.PathToMatch= pathToMatch; 299stateQuery.PathToMatch= pathToMatch; 322stateQuery.PathToMatch= pathToMatch;
UI\WebParts\WebPartPersonalization.cs (1)
120query.PathToMatch = request.AppRelativeCurrentExecutionFilePath;
4 references to PathToMatch
System.Web (4)
UI\WebParts\SqlPersonalizationProvider.cs (4)
169pathToMatch = StringUtil.CheckAndTrimString(query.PathToMatch, "query.PathToMatch", false, maxStringLength); 178pathToMatch = StringUtil.CheckAndTrimString(query.PathToMatch, "query.PathToMatch", false, maxStringLength); 359pathToMatch = StringUtil.CheckAndTrimString(query.PathToMatch, "query.PathToMatch", false, maxStringLength); 368pathToMatch = StringUtil.CheckAndTrimString(query.PathToMatch, "query.PathToMatch", false, maxStringLength);