8 references to FileRefFullPath
System.Windows.Forms (8)
System\Resources\ResXDataNode.cs (8)
171
if (
FileRefFullPath
is null)
179
? new ResXFileRef(
FileRefFullPath
, FileRefType!)
180
: new ResXFileRef(
FileRefFullPath
, FileRefType!, Encoding.GetEncoding(FileRefTextEncoding));
484
if (shouldSerialize ||
FileRefFullPath
is not null)
487
if (
FileRefFullPath
is not null)
607
if (
FileRefFullPath
is not null)
613
? new ResXFileRef(
FileRefFullPath
, FileRefType, Encoding.GetEncoding(FileRefTextEncoding))
614
: new ResXFileRef(
FileRefFullPath
, FileRefType);