4 references to TrySharingValue
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
854return TrySharingValue(property, xamlReader.Value,
876return TrySharingValue(property, value, parentName, xamlReader, true, out sharedValue);
961return TrySharingValue(property, writer.Result, parentName,
1130return TrySharingValue(property, value, parentName, xamlReader, false, out sharedValue);