1 write to ResolvedPath
System.Web.Mobile (1)
UI\MobileControls\StyleSheet.cs (1)
281
_externalStyleSheet.
ResolvedPath
= resolvedPath;
3 references to ResolvedPath
System.Web.Mobile (3)
UI\MobileControls\StyleSheet.cs (3)
252
if (ss.
ResolvedPath
!= null &&
253
String.Compare(ss.
ResolvedPath
, resolvedPath, StringComparison.OrdinalIgnoreCase) == 0)
256
ResolvedPath
));