8 references to FileRefFullPath
System.Windows.Forms (8)
System\Resources\ResXDataNode.cs (8)
172
if (
FileRefFullPath
is null)
180
? new ResXFileRef(
FileRefFullPath
, FileRefType!)
181
: new ResXFileRef(
FileRefFullPath
, FileRefType!, Encoding.GetEncoding(FileRefTextEncoding));
485
if (shouldSerialize ||
FileRefFullPath
is not null)
488
if (
FileRefFullPath
is not null)
608
if (
FileRefFullPath
is not null)
614
? new ResXFileRef(
FileRefFullPath
, FileRefType, Encoding.GetEncoding(FileRefTextEncoding))
615
: new ResXFileRef(
FileRefFullPath
, FileRefType);