4 references to TrySharingValue
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
853return TrySharingValue(property, xamlReader.Value,
875return TrySharingValue(property, value, parentName, xamlReader, true, out sharedValue);
960return TrySharingValue(property, writer.Result, parentName,
1126return TrySharingValue(property, value, parentName, xamlReader, false, out sharedValue);